Change PalmOS ident

svn-id: r18743
This commit is contained in:
Chris Apers 2005-09-03 16:05:28 +00:00
parent e0e93168c3
commit f7fb3bf7a8
3 changed files with 5 additions and 6 deletions

View file

@ -177,7 +177,7 @@ void NORETURN CDECL error(const char *s, ...) {
drawError(buf_output);
#endif
#ifdef __PALM_OS__
#ifdef PALMOS_MODE
PalmFatalError(buf_output);
#endif