Mercurial > hg > CbC > old > device
comparison mc.h @ 77:2b8ba655e572 k-c-arg-style
fix arg type
author | kono |
---|---|
date | Fri, 28 Feb 2003 20:29:21 +0900 |
parents | 3b5d293cea36 |
children | 8418d4b7caa7 |
comparison
equal
deleted
inserted
replaced
76:fb3fb9e9a462 | 77:2b8ba655e572 |
---|---|
194 EXTERN char linebuf[LBUFSIZE],namebuf[LBUFSIZE],*chptr; | 194 EXTERN char linebuf[LBUFSIZE],namebuf[LBUFSIZE],*chptr; |
195 EXTERN char *name,*cheapp,**av,/*obuf[320],*/*sptr,escape(void); | 195 EXTERN char *name,*cheapp,**av,/*obuf[320],*/*sptr,escape(void); |
196 EXTERN int arg_offset,stat_no,size_of_int,disp_offset,endian,csvalue1; | 196 EXTERN int arg_offset,stat_no,size_of_int,disp_offset,endian,csvalue1; |
197 EXTERN int code_arg_offset; | 197 EXTERN int code_arg_offset; |
198 EXTERN int retlabel,retpending,retcont; | 198 EXTERN int retlabel,retpending,retcont; |
199 EXTERN int arglist; | |
199 | 200 |
200 EXTERN FILE *obuf; | 201 EXTERN FILE *obuf; |
201 | 202 |
202 typedef struct nametable { | 203 typedef struct nametable { |
203 char *nm; | 204 char *nm; |