aboutsummaryrefslogtreecommitdiff
path: root/slof/prep.h
diff options
context:
space:
mode:
Diffstat (limited to 'slof/prep.h')
-rw-r--r--slof/prep.h27
1 files changed, 13 insertions, 14 deletions
diff --git a/slof/prep.h b/slof/prep.h
index 1fc7486..e020b6b 100644
--- a/slof/prep.h
+++ b/slof/prep.h
@@ -1,20 +1,19 @@
-// ============================================================================
-// * Copyright (c) 2004, 2005 IBM Corporation
-// * All rights reserved.
-// * This program and the accompanying materials
-// * are made available under the terms of the BSD License
-// * which accompanies this distribution, and is available at
-// * http://www.opensource.org/licenses/bsd-license.php
-// *
-// * Contributors:
-// * IBM Corporation - initial implementation
-// ============================================================================
-
-
+/******************************************************************************
+ * Copyright (c) 2004, 2007 IBM Corporation
+ * All rights reserved.
+ * This program and the accompanying materials
+ * are made available under the terms of the BSD License
+ * which accompanies this distribution, and is available at
+ * http://www.opensource.org/licenses/bsd-license.php
+ *
+ * Contributors:
+ * IBM Corporation - initial implementation
+ *****************************************************************************/
//
// Copyright 2002,2003,2004 Segher Boessenkool <segher@kernel.crashing.org>
//
+
#define _N(_n) { .n = _n },
#define _O(_n) { .n = CELLSIZE * (_n) },
#define _C(_c) { .c = _c },
@@ -36,7 +35,7 @@
#define DOBUFFER_X3a lab(DOBUFFER_X3a)
#define cod(_xt) def(lab(_xt))
-#define col(_xt, _def...) def(DOCOL _def EXIT)
+#define col(_xt, _def...) def(DOCOL _def SEMICOLON)
#define con(_xt, _def) def(DOCON _N(_def))
#define dfr(_xt) def(DODEFER _N(0))
#define val(_xt, _def) def(DOVAL _N(_def))