]> git.sur5r.net Git - cc65/blobdiff - include/ace.h
Make system() fastcall like most other library functions.
[cc65] / include / ace.h
index 7475b9a5617fd6acf10bb090a05688239489ea42..cb5df1f69dec802ab22f52841958a67bb47e1a55 100644 (file)
@@ -6,7 +6,7 @@
 /*                                                                           */
 /*                                                                           */
 /*                                                                           */
-/* (C) 1998-2000 Ullrich von Bassewitz                                       */
+/* (C) 1998-2001 Ullrich von Bassewitz                                       */
 /*               Wacholderweg 14                                             */
 /*               D-70597 Stuttgart                                           */
 /* EMail:        uz@musoftware.de                                            */
 
 
 
+/* Check for errors */
+#if !defined(__ACE__)
+#  error This module may only be used when compiling for the ACE os!
+#endif
+
+
+
 #ifndef _STDDEF_H
 #include <stddef.h>
 #endif