Changeset 5968 for trunk/AISC
- Timestamp:
- 30/05/09 17:13:19 (3 years ago)
- Location:
- trunk/AISC
- Files:
-
- 6 modified
-
Makefile (modified) (1 diff)
-
aisc.c (modified) (1 diff)
-
aisc_commands.c (modified) (1 diff)
-
aisc_mix.c (modified) (1 diff)
-
aisc_proto.h (modified) (2 diffs)
-
aisc_var_ref.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/AISC/Makefile
r5125 r5968 28 28 29 29 proto: 30 ../AISC_MKPTPS/aisc_mkpt -C -G *.c >aisc_proto.h.tmp30 ../AISC_MKPTPS/aisc_mkpt -C -G -w aisc_proto.h *.c >aisc_proto.h.tmp 31 31 ../SOURCE_TOOLS/mv_if_diff aisc_proto.h.tmp aisc_proto.h 32 32 -
trunk/AISC/aisc.c
r5875 r5968 4 4 #include <string.h> 5 5 #include "aisc.h" 6 #include "aisc_proto.h"7 6 8 7 const int linebufsize = 200000; -
trunk/AISC/aisc_commands.c
r5875 r5968 8 8 9 9 #include "aisc.h" 10 #include "aisc_proto.h"11 10 12 11 int contains_tabs = 0; -
trunk/AISC/aisc_mix.c
r5875 r5968 5 5 6 6 #include "aisc.h" 7 #include "aisc_proto.h"8 7 9 8 -
trunk/AISC/aisc_proto.h
r5875 r5968 4 4 * 5 5 */ 6 7 #ifndef AISC_PROTO_H 8 #define AISC_PROTO_H 6 9 7 10 #ifndef P_ … … 57 60 58 61 #undef P_ 62 63 #else 64 #error aisc_proto.h included twice 65 #endif /* AISC_PROTO_H */ -
trunk/AISC/aisc_var_ref.c
r5875 r5968 4 4 /* #include <malloc.h> */ 5 5 #include "aisc.h" 6 #include "aisc_proto.h"7 6 8 7 static AD *aisc_match(AD * var, char *varid, char *varct) {
