Changeset 1308 for trunk/tigcc/tools/ttstrip.c
- Timestamp:
- 01/25/09 17:20:17 (3 years ago)
- Location:
- trunk/tigcc/tools
- Files:
-
- 1 added
- 1 moved
-
. (added)
-
ttstrip.c (moved) (moved from trunk/tigcc/ttpack/ttstrip.c) (4 diffs, 1 prop)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tigcc/tools/ttstrip.c
- Property svn:executable deleted
r1307 r1308 1 1 /****************************************************************************** 2 2 * 3 * project name: TIGCC Tools Suite3 * project name: GCC4TI Tools (formerly TIGCC Tools Suite) 4 4 * file name: ttstrip.c 5 5 * initial date: 13/08/2000 … … 10 10 11 11 /* 12 This file is part of ttstrip.12 This file is part of GCC4TI Tools. 13 13 14 14 This file is free software; you can redistribute it and/or … … 48 48 #include "tt.h" 49 49 50 #ifdef CVS_FILE_REVISION 51 #undef CVS_FILE_REVISION 52 #endif 53 //----------------------------------------------------------------------------- 54 // DON'T EDIT THE NEXT REVISION BY HAND! THIS IS DONE AUTOMATICALLY BY THE 55 // CVS SYSTEM !!! 56 //----------------------------------------------------------------------------- 57 #define CVS_FILE_REVISION "$Revision$" 50 #ifdef FILE_REVISION 51 #undef FILE_REVISION 52 #endif 53 #define FILE_REVISION "1.8" 58 54 59 55 … … 174 170 //============================================================================= 175 171 // 172 // Revision 1.8 2009/01/25 Lionel Debroux 173 // Changes by Romain Liévin and/or me for 64-bit compatibility. 174 // Adapt to new version display (revtools.h). 175 // 176 176 // Revision 1.7 2002/03/14 08:59:47 tnussb 177 177 // (1) new flag "-quiet" added (suppress standard messages)
Note: See TracChangeset
for help on using the changeset viewer.
