Changeset 708 in dev for trunk/ab5.0/abdev/BasicCompiler_Common/include
- Timestamp:
- Jul 26, 2008, 7:27:20 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ab5.0/abdev/BasicCompiler_Common/include/LexicalAnalyzer.h
r632 r708 48 48 49 49 // グローバルプロシージャを収集する 50 static bool ExtractParameterVarNames( const char *sourceOfParams, Jenga::Common::Strings ¶mVarNames, int nowLine ); 50 51 static bool AnalyzeParameter( Parameters ¶ms, const Jenga::Common::Strings ¶meterStrings, int nowLine ); 51 52 static bool SetParamsAndReturnTypeForUserProc( UserProc &userProc, const char *sourceOfParams, int nowLine, bool isStatic );
Note:
See TracChangeset
for help on using the changeset viewer.