Skip to content
Snippets Groups Projects
Commit d25392c8 authored by Fredrik Hübinette (Hubbe)'s avatar Fredrik Hübinette (Hubbe)
Browse files

minor fix

Rev: src/constants.h:1.7
parent 19673ab2
No related branches found
No related tags found
No related merge requests found
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
\*/ \*/
/* /*
* $Id: constants.h,v 1.6 1998/03/28 15:36:02 grubba Exp $ * $Id: constants.h,v 1.7 1998/06/06 03:14:42 hubbe Exp $
*/ */
#ifndef ADD_EFUN_H #ifndef ADD_EFUN_H
#define ADD_EFUN_H #define ADD_EFUN_H
...@@ -14,7 +14,6 @@ ...@@ -14,7 +14,6 @@
#include "hashtable.h" #include "hashtable.h"
#include "las.h" /* For OPT_SIDE_EFFECT etc. */ #include "las.h" /* For OPT_SIDE_EFFECT etc. */
typedef void (*c_fun)(INT32);
typedef int (*docode_fun)(node *n); typedef int (*docode_fun)(node *n);
typedef node *(*optimize_fun)(node *n); typedef node *(*optimize_fun)(node *n);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment