mirror of
https://github.com/gnustep/libs-steptalk.git
synced 2025-02-22 19:11:05 +00:00
16 lines
391 B
Mathematica
16 lines
391 B
Mathematica
|
/**
|
||
|
Externs.m
|
||
|
Misc. variables
|
||
|
|
||
|
Copyright (c) 2002 Free Software Foundation
|
||
|
|
||
|
This file is part of the StepTalk project.
|
||
|
|
||
|
*/
|
||
|
#import <Foundation/NSString.h>
|
||
|
|
||
|
NSString *STCompilerSyntaxException = @"STCompilerSyntaxException";
|
||
|
NSString *STCompilerGenericException = @"STCompilerGenericException";
|
||
|
|
||
|
NSString *STInterpreterGenericException = @"STInterpreterGenericException";
|