home *** CD-ROM | disk | FTP | other *** search
/ The C Users' Group Library 1994 August / wc-cdrom-cusersgrouplibrary-1994-08.iso / listings / v_11_11 / saks / gencode.cpp next >
Text File  |  1993-09-10  |  258b  |  14 lines

  1.     const char *temp1;
  2.     int destroy_temp2 = 0;
  3.     if (e) goto L1;
  4.     String temp2 = s + t;
  5.     destroy_temp2 = 1;
  6.     temp1 = temp2.str;
  7.     goto L2;
  8. L1:
  9.     temp1 = "";
  10. L2:
  11.     printf("%s\n", temp1);
  12.     if (destroy_temp2) destroy temp2;
  13.  
  14.