Working
git-svn-id: svn://svn.cc65.org/cc65/trunk@2098 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -66,9 +66,14 @@ static Collection ChipLibraries = STATIC_COLLECTION_INITIALIZER;
|
||||
static const SimData Sim65Data = {
|
||||
1, /* MajorVersion */
|
||||
1, /* MinorVersion */
|
||||
xmalloc, /* void* (*Malloc) (size_t Size); */
|
||||
Warning, /* void (*Warning) (const char* Format, ...); */
|
||||
Error /* void (*Error) (const char* Format, ...); */
|
||||
xmalloc,
|
||||
xfree,
|
||||
Warning,
|
||||
Error,
|
||||
Internal,
|
||||
CfgDataGetId,
|
||||
CfgDataGetStr,
|
||||
CfgDataGetNum
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user