From d25392c8e47d341c0a82b846b6d16a3ec4af5d4d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fredrik=20H=C3=BCbinette=20=28Hubbe=29?= <hubbe@hubbe.net> Date: Fri, 5 Jun 1998 20:14:42 -0700 Subject: [PATCH] minor fix Rev: src/constants.h:1.7 --- src/constants.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/constants.h b/src/constants.h index 968a34f6ac..49b0e67391 100644 --- a/src/constants.h +++ b/src/constants.h @@ -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 #define ADD_EFUN_H @@ -14,7 +14,6 @@ #include "hashtable.h" #include "las.h" /* For OPT_SIDE_EFFECT etc. */ -typedef void (*c_fun)(INT32); typedef int (*docode_fun)(node *n); typedef node *(*optimize_fun)(node *n); -- GitLab