ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/OpenMD/trunk/src/mdParser/SimplePreprocessor.hpp
(Generate patch)

Comparing trunk/src/mdParser/SimplePreprocessor.hpp (file contents):
Revision 937 by chuckv, Wed Mar 29 22:24:59 2006 UTC vs.
Revision 938 by gezelter, Mon Apr 17 21:49:12 2006 UTC

# Line 54 | Line 54
54   /**
55   * @class SimplePreprocessor
56   * @brief A simple preprocessor.
57 < * @note only support #include #ifdef, #ifndef, #endif, #define and #undef, c-like multiple line
58 < *  comment is not support, macro substitude is not support.
57 > * @note only supports #include #ifdef, #ifndef, #endif, #define and #undef, c-like multiple line
58 > *  comment is not supported, macro substitute is not supported.
59   */
60   namespace oopse {
61   class SimplePreprocessor {
# Line 135 | Line 135 | class SimplePreprocessor {
135                             }
136                             os << std::endl;
137                          } else {
138 <                            std::cout << tokens[0] << " is not support" << std::endl;
138 >                            std::cout << tokens[0] << " is not supported (yet)." << std::endl;
139                              return false;
140                          }
141                      }else {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines