Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 22 Jul 2015 20:24:07 GMT
From:      clord@FreeBSD.org
To:        svn-soc-all@FreeBSD.org
Subject:   socsvn commit: r288678 - soc2015/clord/head/sys/contrib/ficl
Message-ID:  <201507222024.t6MKO7nW035332@socsvn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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)) )



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201507222024.t6MKO7nW035332>