[Scummvm-cvs-logs] SF.net SVN: scummvm:[50848] scummvm/trunk/engines/sci/engine/kernel.cpp

m_kiewitz at users.sourceforge.net m_kiewitz at users.sourceforge.net
Tue Jul 13 20:11:52 CEST 2010


Revision: 50848
          http://scummvm.svn.sourceforge.net/scummvm/?rev=50848&view=rev
Author:   m_kiewitz
Date:     2010-07-13 18:11:50 +0000 (Tue, 13 Jul 2010)

Log Message:
-----------
SCI: removing old kernel signature stuff

Modified Paths:
--------------
    scummvm/trunk/engines/sci/engine/kernel.cpp

Modified: scummvm/trunk/engines/sci/engine/kernel.cpp
===================================================================
--- scummvm/trunk/engines/sci/engine/kernel.cpp	2010-07-13 15:49:13 UTC (rev 50847)
+++ scummvm/trunk/engines/sci/engine/kernel.cpp	2010-07-13 18:11:50 UTC (rev 50848)
@@ -33,26 +33,6 @@
 
 namespace Sci {
 
-// Uncompiled kernel signatures are formed from a string of letters.
-// each corresponding to a type of a parameter (see below).
-// Use small letters to indicate end of sum type.
-// Use capital letters for sum types, e.g.
-// "LNoLr" for a function which takes two arguments:
-// (1) list, node or object
-// (2) list or ref
-#define KSIG_SPEC_LIST 'l'
-#define KSIG_SPEC_NODE 'n'
-#define KSIG_SPEC_OBJECT 'o'
-#define KSIG_SPEC_REF 'r' // Said Specs and strings
-#define KSIG_SPEC_ARITHMETIC 'i'
-#define KSIG_SPEC_NULL 'z'
-#define KSIG_SPEC_ANY '.'
-#define KSIG_SPEC_ELLIPSIS '*' // Arbitrarily more TYPED arguments
-
-#define KSIG_SPEC_SUM_DONE ('a' - 'A')
-
-
-
 /** Default kernel name table. */
 static const char *s_defaultKernelNames[] = {
 	/*0x00*/ "Load",


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list