Changeset 5968 for trunk/CONVERTALN

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/CONVERTALN
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/CONVERTALN/Makefile

    r5708 r5968  
    1414 
    1515proto: 
    16         ../MAKEBIN/aisc_mkpt -C $(OBJECT:.o=.c) >prototypes.h.tmp 
     16        ../MAKEBIN/aisc_mkpt -C -w prototypes.h $(OBJECT:.o=.c) >prototypes.h.tmp 
    1717        ../SOURCE_TOOLS/mv_if_diff prototypes.h.tmp prototypes.h 
    1818 
  • trunk/CONVERTALN/prototypes.h

    r5177 r5968  
    44 * 
    55 */ 
     6 
     7#ifndef PROTOTYPES_H 
     8#define PROTOTYPES_H 
    69 
    710#ifndef P_ 
     
    238241 
    239242#undef P_ 
     243 
     244#else 
     245#error prototypes.h included twice 
     246#endif /* PROTOTYPES_H */