1*24245Smckusick /* 2*24245Smckusick * Copyright (c) 1985 Regents of the University of California. 3*24245Smckusick * All rights reserved. The Berkeley software License Agreement 4*24245Smckusick * specifies the terms and conditions for redistribution. 5*24245Smckusick */ 6*24245Smckusick 7*24245Smckusick #ifndef lint 8*24245Smckusick static char sccsid[] = "@(#)main.c 5.1 (Berkeley) 08/09/85"; 9*24245Smckusick #endif not lint 10*24245Smckusick 11*24245Smckusick main() 12*24245Smckusick { 13*24245Smckusick 14*24245Smckusick yyparse(); 15*24245Smckusick } 16