C:/Users/Dennis/src/lang/russell.orig/src/stree/testvertex.c

Go to the documentation of this file.
00001 # include "parm.h"
00002 
00003 # include <stdio.h>
00004 
00005 # include "ststructs.m"
00006 # include "streedefs.h"
00007  
00008 main()
00009 {
00010     int *p,*q;
00011     p =lock(  mknode(NUMID,1234, NIL)  );
00012     q = emptylist();
00013     prtree(q);
00014     addright(q,p);
00015     prtree(q);
00016     addright(q,p);
00017     prtree(q);
00018     abort();
00019     vfree( unlock(p) );
00020     prtree(q);
00021     vfree(q);
00022     
00023 }
00024 
00025 /* junk to make it load */
00026 
00027 getname() {}
00028 
00029 yyerror() { abort(); }
00030 
00031 int yynerrs;
00032 int yyvline;
00033 int yydebug = 17;

Generated on Fri Jan 25 10:39:48 2008 for russell by  doxygen 1.5.4