Show
Ignore:
Timestamp:
01/05/07 16:30:00 (2 years ago)
Author:
dshipton
Message:

Use the standard C++ headers (the rest of them) instead of the old pre-standard ones that pollute the global namespace.
This is in reference to Ticket #128.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/Source/System/FileIO/ScanParseSkel/OSGScanParseSkelParser.cpp

    r467 r471  
    356356# elif ! defined YYSIZE_T && (defined __STDC__ || defined __C99__FUNC__ \ 
    357357     || defined __cplusplus || defined _MSC_VER) 
    358 #  include <stddef.h> /* INFRINGES ON USER NAME SPACE */ 
     358#  include <cstddef> /* INFRINGES ON USER NAME SPACE */ 
    359359#  define YYSIZE_T size_t 
    360360# else