This commit was manufactured by cvs2svn to create tag 'buildscript'.
[IRC.git] / Robust / cup / java_cup / assoc.java
diff --git a/Robust/cup/java_cup/assoc.java b/Robust/cup/java_cup/assoc.java
deleted file mode 100644 (file)
index 8d0b50e..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-package java_cup;
-
-/* Defines integers that represent the associativity of terminals
- * @version last updated: 7/3/96
- * @author  Frank Flannery
- */
-
-public class assoc {
-
-  /* various associativities, no_prec being the default value */
-  public final static int left = 0;
-  public final static int right = 1;
-  public final static int nonassoc = 2;
-  public final static int no_prec = -1;
-
-}
\ No newline at end of file