Changeset 260 for trunk/thune/console.c
- Timestamp:
- 08/29/06 22:25:58 (2 years ago)
- Files:
-
- 1 modified
-
trunk/thune/console.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/thune/console.c
r229 r260 24 24 25 25 26 #ifdef LANG_ ORCA27 extern void orca_install( UrlanEnv* );28 #define APPNAME "Thune- Orca"26 #ifdef LANG_RUNE 27 extern void rune_install( UrlanEnv* ); 28 #define APPNAME "Thune-Rune" 29 29 #elif defined(THUNE_GL) 30 30 extern int gx_startup( UrlanEnv* ); … … 122 122 #endif 123 123 124 #ifdef LANG_ ORCA125 orca_install( &env );124 #ifdef LANG_RUNE 125 rune_install( &env ); 126 126 #endif 127 127
