From b6dfaefeff685a465f78efda85b8912feb999b51 Mon Sep 17 00:00:00 2001 From: David Given Date: Sun, 20 Mar 2011 20:47:10 +0000 Subject: [PATCH] Removed file that the CVS conversion procedure left in (when it shouldn't have). --- util/LLgen/src/assert.h | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 util/LLgen/src/assert.h diff --git a/util/LLgen/src/assert.h b/util/LLgen/src/assert.h deleted file mode 100644 index beb5f3fe7..000000000 --- a/util/LLgen/src/assert.h +++ /dev/null @@ -1,24 +0,0 @@ -/* - * (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands. - * See the copyright notice in the ACK home directory, in the file "Copyright". - * - */ - -/* - * L L G E N - * - * An Extended LL(1) Parser Generator - * - * Author : Ceriel J.H. Jacobs - */ - -/* - * assert.h $Header$ - * an assertion macro - */ - -#ifndef NDEBUG -#define assert(x) if(!(x)) badassertion("x",__FILE__,__LINE__) -#else -#define assert(x) /* nothing */ -#endif -- 2.34.1