Ignore:
Timestamp:
Aug 23, 2007, 3:20:12 AM (17 years ago)
Author:
dai_9181
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/abdev/BasicCompiler_Common/common.h

    r292 r296  
    374374//Compile.cpp
    375375void GetIdentifierToken( char *token, const char *source, int &pos );
     376void GetCommandToken( char *token, const char *source, int &pos );
     377void SplitGenericClassInstance( const char *fullName, char *className, std::vector<std::string> &typeParameters );
    376378int JumpStatement(const char *source, int &pos);
    377379void DebugVariable(void);
Note: See TracChangeset for help on using the changeset viewer.