SCM Repository
Diff of /sml/trunk/ckit/src/variants/ansic/config.sml
Parent Directory
|
Revision Log
|
Patch
revision 597, Wed Apr 5 18:34:51 2000 UTC | revision 665, Fri Jun 16 04:43:57 2000 UTC | |
---|---|---|
# | Line 34 | Line 34 |
34 | val pointer_compatibility_quals = true (* ansic *) | val pointer_compatibility_quals = true (* ansic *) |
35 | val undeclared_id_error = true (* ansic *) | val undeclared_id_error = true (* ansic *) |
36 | val undeclared_fun_error = true (* ansic *) | val undeclared_fun_error = true (* ansic *) |
37 | val convert_function_args_to_pointers = false (* true *) (* ansic *) | val convert_function_args_to_pointers = true (* ansic *) |
38 | val storage_size_check = true (* ansic *) | val storage_size_check = true (* ansic *) |
39 | val perform_type_checking = true (* do type checking *) | val perform_type_checking = true (* do type checking *) |
40 | val ISO_bitfield_restrictions = false (* allow char, short, long in bitfields *) | val ISO_bitfield_restrictions = false (* allow char, short, long in bitfields *) |
|
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |