[pisa-src] r2133 - in trunk/libpisa: dict-maa.h dict.h

  • From: Mircea Gherzan <mircea.gherzan@xxxxxxxxxxxxxx>
  • To: pisa-src@xxxxxxxxxxxxx
  • Date: Sat, 13 Mar 2010 00:26:30 +0100

Author: gherzan
Date: Sat Mar 13 00:26:29 2010
New Revision: 2133

Log:
libpisa: style fixes for dict header guards

Modified:
   trunk/libpisa/dict-maa.h
   trunk/libpisa/dict.h

Modified: trunk/libpisa/dict-maa.h
==============================================================================
--- trunk/libpisa/dict-maa.h    Fri Mar 12 18:18:01 2010        (r2132)
+++ trunk/libpisa/dict-maa.h    Sat Mar 13 00:26:29 2010        (r2133)
@@ -12,8 +12,8 @@
  * @date Feb. 2010
  */
 
-#ifndef _PISA_DICT_MAA_H
-#define _PISA_DICT_MAA_H
+#ifndef PISA_DICT_MAA_H
+#define PISA_DICT_MAA_H
 
 
 #include <stdint.h>
@@ -161,4 +161,4 @@
 
     return 0;
 }
-#endif //_PISA_DICT_MAA_H
+#endif /* PISA_DICT_MAA_H */

Modified: trunk/libpisa/dict.h
==============================================================================
--- trunk/libpisa/dict.h        Fri Mar 12 18:18:01 2010        (r2132)
+++ trunk/libpisa/dict.h        Sat Mar 13 00:26:29 2010        (r2133)
@@ -11,8 +11,8 @@
  * @date Feb. 2010
  */
 
-#ifndef _PISA_DICT_H
-#define _PISA_DICT_H
+#ifndef PISA_DICT_H
+#define PISA_DICT_H
 
 #include "config.h"
 
@@ -73,4 +73,4 @@
 # include "dict-eina.h"
 #endif
 
-#endif // _PISA_DICT_H
+#endif /* PISA_DICT_H */

Other related posts:

  • » [pisa-src] r2133 - in trunk/libpisa: dict-maa.h dict.h - Mircea Gherzan