Changeset 5968 for trunk/AISC

Show
Ignore:
Timestamp:
30/05/09 17:13:19 (3 years ago)
Author:
westram
Message:
  • new flag -w to aisc_mkpt (add include wrapper)
  • uniform style for several include wrappers
  • removed duplicated includes
  • removed useless nt_concatenate.hxx
Location:
trunk/AISC
Files:
6 modified

Legend:

Unmodified
Added
Removed
  • trunk/AISC/Makefile

    r5125 r5968  
    2828 
    2929proto: 
    30         ../AISC_MKPTPS/aisc_mkpt -C -G *.c >aisc_proto.h.tmp 
     30        ../AISC_MKPTPS/aisc_mkpt -C -G -w aisc_proto.h *.c >aisc_proto.h.tmp 
    3131        ../SOURCE_TOOLS/mv_if_diff aisc_proto.h.tmp aisc_proto.h 
    3232 
  • trunk/AISC/aisc.c

    r5875 r5968  
    44#include <string.h> 
    55#include "aisc.h" 
    6 #include "aisc_proto.h" 
    76 
    87const int linebufsize = 200000; 
  • trunk/AISC/aisc_commands.c

    r5875 r5968  
    88 
    99#include "aisc.h" 
    10 #include "aisc_proto.h" 
    1110 
    1211int contains_tabs = 0; 
  • trunk/AISC/aisc_mix.c

    r5875 r5968  
    55 
    66#include "aisc.h" 
    7 #include "aisc_proto.h" 
    87 
    98 
  • trunk/AISC/aisc_proto.h

    r5875 r5968  
    44 * 
    55 */ 
     6 
     7#ifndef AISC_PROTO_H 
     8#define AISC_PROTO_H 
    69 
    710#ifndef P_ 
     
    5760 
    5861#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  
    44/* #include <malloc.h> */ 
    55#include "aisc.h" 
    6 #include "aisc_proto.h" 
    76 
    87static AD *aisc_match(AD * var, char *varid, char *varct) {