Commit graph

4 commits

Author SHA1 Message Date
Alexander Motzkau
fb691fa2ea Implement LPC Type objects
Add a new type 'lpctype' to contain a type object, describing a compile-time
type, together with a decltype() operator and to_lpctype() and check_type()
efuns.
2022-09-25 22:20:32 +02:00
Zesstra
5ad13e353c Removed a bunch of conditional USE_STRUCT code.
Since structs are always active, the corresponding checks with
#ifdef USE_STRUCTS are removed as well.

git-svn-id: svn://svn.bearnip.com/ldmud/trunk@3062 56160b6e-f8f8-0310-bd54-bccebfe6a2f2
2011-11-22 22:46:01 +00:00
Lars
b3087fc65c - (object.c) Efun function_exists(): The 'FEXISTS_ALL' result also contains
information about the function's type, flags, and number of
      arguments (Bug #410).


git-svn-id: svn://svn.bearnip.com/ldmud/trunk@2240 56160b6e-f8f8-0310-bd54-bccebfe6a2f2
2005-11-27 21:56:05 +00:00
Lars
f84a2fc7a0 Initial import from PRCS.
git-svn-id: svn://svn.bearnip.com/ldmud/trunk@4 56160b6e-f8f8-0310-bd54-bccebfe6a2f2
2005-06-21 01:46:13 +00:00