Ignore:
Timestamp:
Sep 15, 2004, 12:27:38 AM (21 years ago)
Author:
bird
Message:

@unixroot. header reviews. ++

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/emx/include/symcat.h

    • Property cvs2svn:cvs-rev changed from 1.1 to 1.2
    r1505 r1506  
     1/* symcat.h,v 1.2 2004/09/14 22:27:36 bird Exp */
     2/** @file
     3 * GNU, -liberty.
     4 */
    15/* Symbol concatenation utilities.
    26
     
    1216   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    1317   GNU General Public License for more details.
    14  
     18
    1519   You should have received a copy of the GNU General Public License along
    1620   with this program; if not, write to the Free Software Foundation, Inc.,
     
    4549   works for __STDC__, not for traditional C which will still resolve
    4650   to "foo".  */
    47 #define XSTRING(s) STRINGX(s) 
     51#define XSTRING(s) STRINGX(s)
    4852
    4953#endif /* SYM_CAT_H */
Note: See TracChangeset for help on using the changeset viewer.