comparison: src/properties.c
src/properties.c
- changeset 1193
- cfa44f3f5e3b
- parent 1180
- 4c3a69b9723a
equal
deleted
inserted
replaced
30 |
30 |
31 #include <assert.h> |
31 #include <assert.h> |
32 |
32 |
33 const CxPropertiesConfig cx_properties_config_default = { |
33 const CxPropertiesConfig cx_properties_config_default = { |
34 '=', |
34 '=', |
35 //'\\', |
|
36 '#', |
35 '#', |
37 '\0', |
36 '\0', |
38 '\0' |
37 '\0', |
|
38 '\\', |
39 }; |
39 }; |
40 |
40 |
41 void cxPropertiesInit( |
41 void cxPropertiesInit( |
42 CxProperties *prop, |
42 CxProperties *prop, |
43 CxPropertiesConfig config |
43 CxPropertiesConfig config |