libs-steptalk/Languages/Smalltalk/Externs.h
Stefan Urbanek 1f669adb4b *** empty log message ***
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/steptalk/trunk@13655 72102866-910b-0410-8b05-ffd578937521
2002-05-14 23:42:25 +00:00

16 lines
363 B
Objective-C

/**
Externs
Misc. variables
Copyright (c) 2002 Free Software Foundation
This file is part of the StepTalk project.
*/
#import <Foundation/NSString.h>
extern NSString *STCompilerSyntaxException;
extern NSString *STCompilerGenericException;
extern NSString *STCompilerInconsistencyException;
extern NSString *STInterpreterGenericException;