From 9fcebe3ad44ede1ed33fbc97b314283dd9c591c2 Mon Sep 17 00:00:00 2001 From: Antonio Linares Date: Wed, 2 Jul 2003 07:26:52 +0000 Subject: [PATCH] Added hb_compGenILCode prototype --- harbour/include/hbcomp.h | 1 + 1 file changed, 1 insertion(+) diff --git a/harbour/include/hbcomp.h b/harbour/include/hbcomp.h index 2caccc1f77..6ca5ea2491 100644 --- a/harbour/include/hbcomp.h +++ b/harbour/include/hbcomp.h @@ -412,6 +412,7 @@ extern char * hb_comp_buffer; /* yacc input buffer */ /* output related functions defined in gen*.c */ extern void hb_compGenCCode( PHB_FNAME ); /* generates the C language output */ +extern void hb_compGenILCode( PHB_FNAME ); /* generates the .NET IL language output */ extern void hb_compGenJava( PHB_FNAME ); /* generates the Java language output */ extern void hb_compGenPortObj( PHB_FNAME ); /* generates the portable objects */ extern void hb_compGenObj32( PHB_FNAME ); /* generates OBJ 32 bits */