Kernel/VTerm - Added stub support for an escape code vim uses
[tpg/acess2.git] / KernelLand / Kernel / include / syscalls.h
index 601a7f4..8a93511 100644 (file)
@@ -1,5 +1,7 @@
 /*
- * Acess2
+ * Acess2 Kernel
+ * - By John Hodge (thePowersGang)
+ *
  * syscalls.h
  * - System Call List
  *
@@ -68,8 +70,7 @@
 #define NUM_SYSCALLS   88
 #define SYS_DEBUG      0x100
 
-#ifndef __ASSEMBLER__
-#ifndef NO_SYSCALL_STRS
+#if !defined(__ASSEMBLER__) && !defined(NO_SYSCALL_STRS)
 static const char *cSYSCALL_NAMES[] = {
        "SYS_EXIT",
        "SYS_CLONE",
@@ -163,6 +164,5 @@ static const char *cSYSCALL_NAMES[] = {
        ""
 };
 #endif
-#endif
 
 #endif

UCC git Repository :: git.ucc.asn.au