/[gcl]/gcl/bin/dpp.c
ViewVC logotype

Diff of /gcl/bin/dpp.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.4 by camm, Sat Feb 15 00:38:27 2003 UTC revision 1.4.6.1 by camm, Thu Nov 6 16:16:48 2003 UTC
# Line 63  Line 63 
63  #include <string.h>  #include <string.h>
64  #include <stdlib.h>  #include <stdlib.h>
65    
66    #include "gclincl.h"
67    #include "config.h"
68    
69  #ifdef UNIX  #ifdef UNIX
70  #include <ctype.h>  #include <ctype.h>
# Line 413  get_return() Line 415  get_return()
415  void  void
416  put_fhead()  put_fhead()
417  {  {
418    #ifdef STATIC_FUNCTION_POINTERS
419            fprintf(out, "static void L%s_static ();\n",function);
420            if (!fstatic)
421              fprintf(out,"void\nL%s()\n{ L%s_static();}\n\n",function,function);
422            fprintf(out,"static void\nL%s_static()\n{",function);
423    #else
424          fprintf(out, "%svoid\nL%s()\n{", fstatic ? "static " : "",function);          fprintf(out, "%svoid\nL%s()\n{", fstatic ? "static " : "",function);
425    #endif
426  }  }
427    
428  void  void

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.4.6.1

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26