[svn:parrot] r45146 - trunk/include/parrot

petdance at svn.parrot.org petdance at svn.parrot.org
Wed Mar 24 04:42:40 UTC 2010


Author: petdance
Date: Wed Mar 24 04:42:39 2010
New Revision: 45146
URL: https://trac.parrot.org/parrot/changeset/45146

Log:
removing a trailing comma which is not portable

Modified:
   trunk/include/parrot/platform_interface.h

Modified: trunk/include/parrot/platform_interface.h
==============================================================================
--- trunk/include/parrot/platform_interface.h	Wed Mar 24 04:41:10 2010	(r45145)
+++ trunk/include/parrot/platform_interface.h	Wed Mar 24 04:42:39 2010	(r45146)
@@ -1,6 +1,6 @@
 /*
+ * Copyright (C) 2003-2010, Parrot Foundation.
  * $Id$
- * Copyright (C) 2003-2008, Parrot Foundation.
  */
 
 #ifndef PARROT_PLATFORM_INTERFACE_H_GUARD
@@ -87,7 +87,7 @@
      * loaded library visible to other libraries; this is usually needed if
      * it will load libraries itself.
      */
-    Parrot_dlopen_global_FLAG   = 0x01,
+    Parrot_dlopen_global_FLAG   = 0x01
 } Parrot_dlopen_flags;
 /* &end_gen */
 


More information about the parrot-commits mailing list