mirror of
https://github.com/gnustep/libs-steptalk.git
synced 2025-02-23 03:20:57 +00:00
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/steptalk/trunk@13642 72102866-910b-0410-8b05-ffd578937521
15 lines
391 B
Objective-C
15 lines
391 B
Objective-C
/**
|
|
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";
|