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

mikehh at svn.parrot.org mikehh at svn.parrot.org
Mon Jul 5 00:54:48 UTC 2010


Author: mikehh
Date: Mon Jul  5 00:54:48 2010
New Revision: 47993
URL: https://trac.parrot.org/parrot/changeset/47993

Log:
fix codetest failure - (never seen this one before) it doesn't like _H at the end, seems to require GUARD at the end

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

Modified: branches/gsoc_threads/include/parrot/alarm_private.h
==============================================================================
--- branches/gsoc_threads/include/parrot/alarm_private.h	Mon Jul  5 00:42:09 2010	(r47992)
+++ branches/gsoc_threads/include/parrot/alarm_private.h	Mon Jul  5 00:54:48 2010	(r47993)
@@ -3,8 +3,8 @@
 $Id$
 */
 
-#ifndef PARROT_ALARM_PRIVATE_GUARD_H
-#define PARROT_ALARM_PRIVATE_GUARD_H
+#ifndef PARROT_ALARM_PRIVATE_H_GUARD
+#define PARROT_ALARM_PRIVATE_H_GUARD
 
 #include "parrot.h"
 
@@ -13,7 +13,7 @@
     struct Parrot_alarm_queue *next;
 } Parrot_alarm_queue;
 
-#endif /* PARROT_ALARM_PRIVATE_GUARD_H */
+#endif /* PARROT_ALARM_PRIVATE_H_GUARD */
 
 /*
  * Local variables:


More information about the parrot-commits mailing list