[Vm-dev] [commit][3174] Gaaahhhh, can' t declare fileValueOf because it is defined in three different

commits at squeakvm.org commits at squeakvm.org
Thu Dec 11 00:45:49 UTC 2014


Revision: 3174
Author:   eliot
Date:     2014-12-10 16:45:48 -0800 (Wed, 10 Dec 2014)
Log Message:
-----------
Gaaahhhh, can't declare fileValueOf because it is defined in three different
places, twice as static and once a global.  This is poor.

Modified Paths:
--------------
    trunk/platforms/Cross/plugins/FilePlugin/FilePlugin.h

Property Changed:
----------------
    trunk/platforms/Cross/plugins/sqPluginsSCCSVersion.h

Modified: trunk/platforms/Cross/plugins/FilePlugin/FilePlugin.h
===================================================================
--- trunk/platforms/Cross/plugins/FilePlugin/FilePlugin.h	2014-12-11 00:43:45 UTC (rev 3173)
+++ trunk/platforms/Cross/plugins/FilePlugin/FilePlugin.h	2014-12-11 00:45:48 UTC (rev 3174)
@@ -68,6 +68,3 @@
 sqInt dir_PathToWorkingDir(char *pathName, sqInt pathNameMax);
 sqInt dir_SetMacFileTypeAndCreator(char *filename, sqInt filenameSize, char *fType, char *fCreator);
 sqInt dir_GetMacFileTypeAndCreator(char *filename, sqInt filenameSize, char *fType, char *fCreator);
-
-/* Plugin export */
-SQFile *fileValueOf(sqInt obj);


Property changes on: trunk/platforms/Cross/plugins/sqPluginsSCCSVersion.h
___________________________________________________________________
Modified: checkindate
   - Wed Dec 10 16:33:09 PST 2014
   + Wed Dec 10 16:46:07 PST 2014



More information about the Vm-dev mailing list