Changeset 571 in dev for trunk/ab5.0/abdev/BasicCompiler_Common/include
- Timestamp:
- May 6, 2008, 9:10:21 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ab5.0/abdev/BasicCompiler_Common/include/LexicalAnalyzer.h
r568 r571 55 55 56 56 // グローバルプロシージャを収集する 57 static bool AnalyzeParameter( Parameters ¶ms, const char *sourceOfParams, int nowLine );57 static bool AnalyzeParameter( Parameters ¶ms, const Jenga::Common::Strings ¶meterStrings, int nowLine ); 58 58 static UserProc* ParseUserProc( const NamespaceScopes &namespaceScopes, const NamespaceScopesCollection &importedNamespaces, char *buffer,int nowLine,bool isVirtual,CClass *pobj_c, bool isStatic, char *interfaceName = NULL ); 59 59 static void CollectProcedures( const char *source, UserProcs &userProcs, DllProcs &dllProcs );
Note:
See TracChangeset
for help on using the changeset viewer.