1775763d67
A Euclidean drawing language compiler which allows one to typeset geometry figures within a (La)TeX document. This program is also useful to convert such figures into EPS format or into various other vector graphic formats. This package is legacy version.
12 lines
274 B
Text
12 lines
274 B
Text
$NetBSD: patch-aa,v 1.1 2013/06/10 12:25:59 ryoon Exp $
|
|
|
|
--- parser.y.orig 2008-12-19 14:31:22.000000000 +0100
|
|
+++ parser.y
|
|
@@ -24,6 +24,7 @@
|
|
#include "types.h"
|
|
#include "geometry.h"
|
|
#include "drawing.h"
|
|
+#include "parser.tab.h"
|
|
|
|
int yylex(void);
|
|
int warning(char *);
|