Changeset 1308 for trunk/tigcc/tools/tt.h
- Timestamp:
- 01/25/09 17:20:17 (3 years ago)
- Location:
- trunk/tigcc/tools
- Files:
-
- 1 added
- 1 copied
-
. (added)
-
tt.h (copied) (copied from trunk/tigcc/ttpack/tt.h) (3 diffs, 1 prop)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tigcc/tools/tt.h
- 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: tt.h 5 5 * initial date: 13/08/2000 6 * author: thomas.nussbaumer@gmx.net 7 * description: generic definitions for TIGCC Tools Suite6 * author: thomas.nussbaumer@gmx.net 7 * description: generic definitions for GCC4TI Tools 8 8 * 9 9 ******************************************************************************/ 10 10 11 11 /* 12 This file is part of the TIGCC Tools Suite.12 This file is part of GCC4TI Tools. 13 13 14 14 This file is free software; you can redistribute it and/or … … 17 17 version 2.1 of the License, or (at your option) any later version. 18 18 19 As a special exception, UNMODIFIED copies of some TIGCC Tools Suite utilities 20 may also be redistributed or sold without source code, for any purpose. (The 21 Lesser General Public License restrictions do apply in other respects; for 22 example, they cover modification of the program.) Please refer to the main 23 source file for the individual utility as to whether this is the case for a 24 particular tool. This exception notice must be removed on modified copies of 25 this file. 19 As a special exception, UNMODIFIED copies of the GCC4TI Tools may also be 20 redistributed or sold without source code, for any purpose. (The Lesser 21 General Public License restrictions do apply in other respects; for example, 22 they cover modification of the program.) This exception notice must be 23 removed on modified copies of this file. 26 24 27 25 This program is distributed in the hope that it will be useful, … … 42 40 43 41 #define SIGNATURE_TI89 "**TI89**" 44 #define SIGNATURE_TI92P "**TI92P*" 42 #define SIGNATURE_TI92P "**TI92P*" 45 43 46 44 #define DEFAULT_FOLDER "main"
Note: See TracChangeset
for help on using the changeset viewer.
