socsvn commit: r288678 - soc2015/clord/head/sys/contrib/ficl

clord at FreeBSD.org clord at FreeBSD.org
Wed Jul 22 20:24:08 UTC 2015


Author: clord
Date: Wed Jul 22 20:24:06 2015
New Revision: 288678
URL: http://svnweb.FreeBSD.org/socsvn/?view=rev&rev=288678

Log:
  Put #defines above where they are actually used
  

Modified:
  soc2015/clord/head/sys/contrib/ficl/ficlcompatibility.h

Modified: soc2015/clord/head/sys/contrib/ficl/ficlcompatibility.h
==============================================================================
--- soc2015/clord/head/sys/contrib/ficl/ficlcompatibility.h	Wed Jul 22 20:17:27 2015	(r288677)
+++ soc2015/clord/head/sys/contrib/ficl/ficlcompatibility.h	Wed Jul 22 20:24:06 2015	(r288678)
@@ -139,9 +139,9 @@
 #define FICL_DEFAULT_ENV FICL_DEFAULT_ENVIRONMENT_SIZE
 #define FICL_DEFAULT_VOCS FICL_MAX_WORDLISTS
 
-
-
-
+#define nName length
+#define ficl_word ficlWord
+#define FICL_WORD ficlWord
 
 struct vm
 {
@@ -189,10 +189,6 @@
 #define VM_ASSERT(pVM) 
 #endif
 
-#define nName length
-#define ficl_word ficlWord
-#define FICL_WORD ficlWord
-
 #define CELLS_PER_WORD  \
     ( (sizeof (FICL_WORD) + nFICLNAME + sizeof (CELL)) \
                           / (sizeof (CELL)) )


More information about the svn-soc-all mailing list