comparison libinterp/corefcn/module.mk @ 18932:edc4791fbcb2

avoid some old-style cast warnings * cdisplay.h, cdisplay.c: New files. Compile C code and headers with C compiler. * corefcn/module.mk: Include them in the appropriate lists. * display.cc (display_info::init): Call new octave_get_display_info function.
author John W. Eaton <jwe@octave.org>
date Thu, 17 Jul 2014 11:19:21 -0400
parents 93d0fc8a5d86
children
comparison
equal deleted inserted replaced
18931:dbb207d10d7c 18932:edc4791fbcb2
42 corefcn/oct-tex-parser.h 42 corefcn/oct-tex-parser.h
43 43
44 COREFCN_INC = \ 44 COREFCN_INC = \
45 corefcn/Cell.h \ 45 corefcn/Cell.h \
46 corefcn/c-file-ptr-stream.h \ 46 corefcn/c-file-ptr-stream.h \
47 corefcn/cdisplay.h \
47 corefcn/comment-list.h \ 48 corefcn/comment-list.h \
48 corefcn/cutils.h \ 49 corefcn/cutils.h \
49 corefcn/data.h \ 50 corefcn/data.h \
50 corefcn/debug.h \ 51 corefcn/debug.h \
51 corefcn/defun-dld.h \ 52 corefcn/defun-dld.h \
142 corefcn/besselj.cc \ 143 corefcn/besselj.cc \
143 corefcn/betainc.cc \ 144 corefcn/betainc.cc \
144 corefcn/bitfcns.cc \ 145 corefcn/bitfcns.cc \
145 corefcn/bsxfun.cc \ 146 corefcn/bsxfun.cc \
146 corefcn/c-file-ptr-stream.cc \ 147 corefcn/c-file-ptr-stream.cc \
148 corefcn/cdisplay.c \
147 corefcn/cellfun.cc \ 149 corefcn/cellfun.cc \
148 corefcn/colloc.cc \ 150 corefcn/colloc.cc \
149 corefcn/comment-list.cc \ 151 corefcn/comment-list.cc \
150 corefcn/conv2.cc \ 152 corefcn/conv2.cc \
151 corefcn/daspk.cc \ 153 corefcn/daspk.cc \