jilc-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Jilc-patches] CVS: jilc/src codegen.h,1.2,1.3


From: Gaurav Vaish <address@hidden>
Subject: [Jilc-patches] CVS: jilc/src codegen.h,1.2,1.3
Date: Tue, 09 Apr 2002 01:04:38 -0400

Update of /cvsroot/jilc/jilc/src
In directory subversions:/tmp/cvs-serv22408

Modified Files:
        codegen.h 
Log Message:
2002-04-09   Gaurav Vaish <address@hidden>

* codegen.h -- (char* output) -> (FILE* output). That's elegant way.





Index: codegen.h
===================================================================
RCS file: /cvsroot/jilc/jilc/src/codegen.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -C0 -r1.2 -r1.3
*** codegen.h   8 Apr 2002 10:17:09 -0000       1.2
--- codegen.h   9 Apr 2002 05:04:35 -0000       1.3
***************
*** 18,21 ****
! int jilc_class(JVClass* klass, char* output);
! int jilc_props(JVClass* klass, char* output);
! int jilc_method(JVClass* klass, char* output);
! int jilc_statement(JVCLass* klass, int* count, int* line_count, char* output);
--- 18,21 ----
! int jilc_class(JVClass* klass, FILE* output);
! int jilc_props(JVClass* klass, FILE* output);
! int jilc_method(JVClass* klass, FILE* output);
! int jilc_statement(JVCLass* klass, int* count, int* line_count, FILE* output);
***************
*** 23 ****
! int jilc_opcode(jopcode_map opcode, char* output);
--- 23 ----
! int jilc_opcode(jopcode_map opcode, FILE* output);
***************
*** 27 ****
! int jilc_extra_code(JVClass* klass, int* count, int* line_count, char* 
output);
--- 27 ----
! int jilc_extra_code(JVClass* klass, int* count, int* line_count, FILE* 
output);
***************
*** 29 ****
! #endif
--- 29 ----
! #endif
\ No newline at end of file




reply via email to

[Prev in Thread] Current Thread [Next in Thread]