libs-steptalk/Languages/Smalltalk/Externs.h

17 lines
363 B
C
Raw Normal View History

/**
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;