13 lines
		
	
	
	
		
			337 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
	
		
			337 B
		
	
	
	
		
			C
		
	
	
	
	
	
| /*
 | |
|  * (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
 | |
|  * See the copyright notice in the ACK home directory, in the file "Copyright".
 | |
|  */
 | |
| /* $Header$ */
 | |
| 
 | |
| #define INSMOVE		(-1)
 | |
| #define INSTEST 	(-2)
 | |
| #define INSPRETURN	(-3)
 | |
| #define INSTLAB		(-4)
 | |
| #define INSSETCC	(-5)
 | |
| #define INSERASE	(-6)
 | |
| #define INSREMOVE	(-7)
 |