Changeset 1506 for trunk/src/emx/include/symcat.h
- Timestamp:
- Sep 15, 2004, 12:27:38 AM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/emx/include/symcat.h
-
Property cvs2svn:cvs-rev
changed from
1.1
to1.2
r1505 r1506 1 /* symcat.h,v 1.2 2004/09/14 22:27:36 bird Exp */ 2 /** @file 3 * GNU, -liberty. 4 */ 1 5 /* Symbol concatenation utilities. 2 6 … … 12 16 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 17 GNU General Public License for more details. 14 18 15 19 You should have received a copy of the GNU General Public License along 16 20 with this program; if not, write to the Free Software Foundation, Inc., … … 45 49 works for __STDC__, not for traditional C which will still resolve 46 50 to "foo". */ 47 #define XSTRING(s) STRINGX(s) 51 #define XSTRING(s) STRINGX(s) 48 52 49 53 #endif /* SYM_CAT_H */ -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.