[svn:parrot] r46790 - trunk/include/parrot

fperrad at svn.parrot.org fperrad at svn.parrot.org
Wed May 19 13:02:00 UTC 2010


Author: fperrad
Date: Wed May 19 13:02:00 2010
New Revision: 46790
URL: https://trac.parrot.org/parrot/changeset/46790

Log:
remove space (between minus and digit), so all defines are generated in stat.pasm

Modified:
   trunk/include/parrot/stat.h

Modified: trunk/include/parrot/stat.h
==============================================================================
--- trunk/include/parrot/stat.h	Wed May 19 13:00:13 2010	(r46789)
+++ trunk/include/parrot/stat.h	Wed May 19 13:02:00 2010	(r46790)
@@ -29,13 +29,13 @@
 #define STAT_BACKUPTIME           9
 #define STAT_UID                 10
 #define STAT_GID                 11
-#define STAT_PLATFORM_DEV       - 1
-#define STAT_PLATFORM_INODE     - 2
-#define STAT_PLATFORM_MODE      - 3
-#define STAT_PLATFORM_NLINKS    - 4
-#define STAT_PLATFORM_DEVTYPE   - 5
-#define STAT_PLATFORM_BLOCKSIZE - 6
-#define STAT_PLATFORM_BLOCKS    - 7
+#define STAT_PLATFORM_DEV        -1
+#define STAT_PLATFORM_INODE      -2
+#define STAT_PLATFORM_MODE       -3
+#define STAT_PLATFORM_NLINKS     -4
+#define STAT_PLATFORM_DEVTYPE    -5
+#define STAT_PLATFORM_BLOCKSIZE  -6
+#define STAT_PLATFORM_BLOCKS     -7
 
 /* &end_gen */
 


More information about the parrot-commits mailing list