swifty: Replace wrapper macro in swift_types.h.
authorRazvan Deaconescu <razvan.deaconescu@cs.pub.ro>
Sun, 15 May 2011 06:45:40 +0000 (09:45 +0300)
committerRazvan Deaconescu <razvan.deaconescu@cs.pub.ro>
Sun, 15 May 2011 06:45:43 +0000 (09:45 +0300)
src/swift_types.h

index a8b69f9..c8c967d 100644 (file)
@@ -10,8 +10,8 @@
  * 2010, Razvan Deaconescu, razvan.deaconescu@cs.pub.ro
  */
 
-#ifndef SWIFT_RAW_
-#define SWIFT_RAW_     1
+#ifndef SWIFT_TYPES_
+#define SWIFT_TYPES_   1
 
 #include <sys/types.h>
 #include <sys/socket.h>
@@ -62,4 +62,4 @@ struct swhdr {
 }
 #endif
 
-#endif /* SWIFT_RAW_ */
+#endif /* SWIFT_TYPES_ */