[svn:parrot] r48744 - branches/gsoc_threads/include/parrot

jkeenan at svn.parrot.org jkeenan at svn.parrot.org
Wed Sep 1 02:07:44 UTC 2010


Author: jkeenan
Date: Wed Sep  1 02:07:44 2010
New Revision: 48744
URL: https://trac.parrot.org/parrot/changeset/48744

Log:
[codingstd] c_header_guards.

Modified:
   branches/gsoc_threads/include/parrot/events.h

Modified: branches/gsoc_threads/include/parrot/events.h
==============================================================================
--- branches/gsoc_threads/include/parrot/events.h	Wed Sep  1 02:04:41 2010	(r48743)
+++ branches/gsoc_threads/include/parrot/events.h	Wed Sep  1 02:07:44 2010	(r48744)
@@ -86,7 +86,7 @@
 /* Don't modify between HEADERIZER BEGIN / HEADERIZER END.  Your changes will be lost. */
 /* HEADERIZER END: src/events.c */
 
-#endif
+#endif /* PARROT_EVENTS_H_GUARD */
 
 /*
  * Local variables:


More information about the parrot-commits mailing list