Changeset 1308 for trunk/tigcc/tools/ttbin2oth.c
- Timestamp:
- 01/25/09 17:20:17 (3 years ago)
- Location:
- trunk/tigcc/tools
- Files:
-
- 1 added
- 1 moved
-
. (added)
-
ttbin2oth.c (moved) (moved from trunk/tigcc/ttpack/ttbin2oth.c) (4 diffs, 1 prop)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tigcc/tools/ttbin2oth.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: ttbin2oth.c 5 5 * initial date: 14/08/2000 … … 10 10 11 11 /* 12 This file is part of ttbin2oth.12 This file is part of GCC4TI Tools. 13 13 14 14 This file is free software; you can redistribute it and/or … … 50 50 #include "strhead.h" 51 51 52 #ifdef CVS_FILE_REVISION 53 #undef CVS_FILE_REVISION 54 #endif 55 //----------------------------------------------------------------------------- 56 // DON'T EDIT THE NEXT REVISION BY HAND! THIS IS DONE AUTOMATICALLY BY THE 57 // CVS SYSTEM !!! 58 //----------------------------------------------------------------------------- 59 #define CVS_FILE_REVISION "$Revision$" 52 #ifdef FILE_REVISION 53 #undef FILE_REVISION 54 #endif 55 #define FILE_REVISION "1.11" 60 56 61 57 … … 251 247 //============================================================================= 252 248 // 253 // Revision 1.10 2002/05/07 16:33:46 tnussb 249 // Revision 1.11 2009/01/25 Lionel Debroux 250 // Changes by Romain Liévin and/or me for 64-bit compatibility. 251 // Adapt to new version display (revtools.h). 252 // 253 // Revision 1.10 2002/05/07 16:33:46 tnussb 254 254 // generic commit 255 255 //
Note: See TracChangeset
for help on using the changeset viewer.
