heptagon/compiler
Cédric Pasteur 2956e6feb4 Fix printing of arrays in C code
It should be 
  f(int a[5])
instead of 
  f(int *a)
because the second one does not scale for 
multidimensional arrays, eg
  g(int b[10][5]) is ok
but
  g(int **b) is not.
2010-09-03 15:27:58 +02:00
..
global Revet last commit a5f89876c2 and gives the right fix. 2010-09-01 14:40:31 +02:00
heptagon Revet last commit a5f89876c2 and gives the right fix. 2010-09-01 14:40:31 +02:00
main replaced mapfold with callgraph_mapfold. And the fixes to compile. 2010-08-26 13:55:29 +02:00
minils verbose printing on std_err... 2010-09-02 17:52:42 +02:00
obc Fix printing of arrays in C code 2010-09-03 15:27:58 +02:00
utilities small print debugging tweaks. 2010-09-01 14:42:44 +02:00
Makefile Bug in the Makefile ? GENSOURCES removed from .depend dependencies. (circular issue) 2010-06-24 03:31:57 +02:00
_tags Updates for Obc 2010-07-08 17:22:13 +02:00
myocamlbuild.ml myocamlbuild.ml fix for bytecode 2010-07-05 15:15:24 +02:00
preproc.ml Fixed location to use formatter instead of out_channel. 2010-08-24 17:29:00 +02:00