Ignore:
Timestamp:
Nov 19, 2014, 11:26:57 PM (9 years ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, ctor, deferred_resn, demangler, enum, forall-pointer-decay, gc_noraii, jacob/cs343-translation, jenkins-sandbox, master, memory, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, string, with_gc
Children:
3c70d38
Parents:
d3d8c3f
Message:

configure changes commit

File:
1 edited

Legend:

Unmodified
Added
Removed
  • translator/examples/hello.c

    rd3d8c3f r1db2c5be  
    1 // "cfa hello.c fstream.c iostream.o"
    2 // "cfa -CFA hello.c > hello.i"
    3 // "cfa hello.i fstream.i iostream.o"
    4 
    51#include "fstream.h"
    62
     
    1410    sout << "i:" << i << " j:" << j << " k:" << k << "\n";
    1511}
     12
     13// Local Variables: //
     14// compile-command: "../../bin/cfa hello.c fstream.o iostream.o" //
     15// End: //
Note: See TracChangeset for help on using the changeset viewer.