comparison src/parse.y @ 767:42731861ee09

[project @ 1994-10-05 21:26:54 by jwe]
author jwe
date Wed, 05 Oct 1994 21:32:24 +0000
parents c9f3cb77478d
children 0ff5735b53f2
comparison
equal deleted inserted replaced
766:b70e0404a8da 767:42731861ee09
20 20
21 */ 21 */
22 22
23 // Parser for Octave. 23 // Parser for Octave.
24 24
25 /* 25 // C decarations.
26 * C decarations. 26
27 */
28 %{ 27 %{
29 #define YYDEBUG 1 28 #define YYDEBUG 1
30 29
31 #ifdef HAVE_CONFIG_H 30 #ifdef HAVE_CONFIG_H
32 #include "config.h" 31 #include "config.h"