Changes by: flatcap
Update of /cvsroot/linux-ntfs/ntfs-driver-tng/scripts
In directory usw-pr-cvs1:/tmp/cvs-serv7476
Modified Files:
ntfsextra.h
Log Message:
compatability defines moved to types.h
Index: ntfsextra.h
===================================================================
RCS file: /cvsroot/linux-ntfs/ntfs-driver-tng/scripts/ntfsextra.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -U2 -r1.2 -r1.3
--- ntfsextra.h 25 Feb 2002 04:00:58 -0000 1.2
+++ ntfsextra.h 5 Mar 2002 01:06:18 -0000 1.3
@@ -8,12 +8,4 @@
#endif
-#if 1
-#define SN(X) X /* Struct Name */
-#define SC(P,N) P.N /* ShortCut: Prefix, Name */
-#else
-#define SN(X)
-#define SC(P,N) N
-#endif
-
#undef NTFS_RW
|