From: Razvan Deaconescu Date: Sun, 15 May 2011 06:45:40 +0000 (+0300) Subject: swifty: Replace wrapper macro in swift_types.h. X-Git-Url: http://p2p-next.cs.pub.ro/gitweb/?a=commitdiff_plain;h=700bf9a2d2a2db8c9526bd2a2c52a129d16cfbed;p=swifty.git swifty: Replace wrapper macro in swift_types.h. --- diff --git a/src/swift_types.h b/src/swift_types.h index a8b69f9..c8c967d 100644 --- a/src/swift_types.h +++ b/src/swift_types.h @@ -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 #include @@ -62,4 +62,4 @@ struct swhdr { } #endif -#endif /* SWIFT_RAW_ */ +#endif /* SWIFT_TYPES_ */