[Vm-dev] [commit][3225] Fix the include of reConfig.h in RePlugin's internal.h

commits at squeakvm.org commits at squeakvm.org
Fri Jan 9 21:59:09 UTC 2015


Revision: 3225
Author:   eliot
Date:     2015-01-09 13:59:06 -0800 (Fri, 09 Jan 2015)
Log Message:
-----------
Fix the include of reConfig.h in RePlugin's internal.h

Modified Paths:
--------------
    trunk/platforms/Cross/plugins/RePlugin/internal.h

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

Modified: trunk/platforms/Cross/plugins/RePlugin/internal.h
===================================================================
--- trunk/platforms/Cross/plugins/RePlugin/internal.h	2015-01-09 21:02:25 UTC (rev 3224)
+++ trunk/platforms/Cross/plugins/RePlugin/internal.h	2015-01-09 21:59:06 UTC (rev 3225)
@@ -40,7 +40,7 @@
 #define	NEWLINE	'\r'
 #define SQUEAK_PLUGIN
 
-#include "reconfig.h"
+#include "reConfig.h"
 
 /* To cope with SunOS4 and other systems that lack memmove() but have bcopy(),
 define a macro for memmove() if HAVE_MEMMOVE is false, provided that HAVE_BCOPY


Property changes on: trunk/platforms/Cross/plugins/sqPluginsSCCSVersion.h
___________________________________________________________________
Modified: checkindate
   - Wed Jan  7 16:41:51 PST 2015
   + Fri Jan  9 13:59:25 PST 2015



More information about the Vm-dev mailing list