edje_cc.c   edje_cc.c 
skipping to change at line 79 skipping to change at line 79
("edje_cc", EDJE_CC_DEFAULT_LOG_COLOR); ("edje_cc", EDJE_CC_DEFAULT_LOG_COLOR);
if (_edje_cc_log_dom < 0) if (_edje_cc_log_dom < 0)
{ {
EINA_LOG_ERR("Enable to create a log domain."); EINA_LOG_ERR("Enable to create a log domain.");
exit(-1); exit(-1);
} }
tmp_dir = getenv("TMPDIR"); tmp_dir = getenv("TMPDIR");
img_dirs = eina_list_append(img_dirs, "."); img_dirs = eina_list_append(img_dirs, ".");
/* add defines to epp so edc files can detect edje_cc version */
defines = eina_list_append(defines, mem_strdup("-DEDJE_VERSION_12=12"));
progname = argv[0]; progname = argv[0];
for (i = 1; i < argc; i++) for (i = 1; i < argc; i++)
{ {
if (!strcmp(argv[i], "-h")) if (!strcmp(argv[i], "-h"))
{ {
main_help(); main_help();
exit(0); exit(0);
} }
else if (!strcmp(argv[i], "-v")) else if (!strcmp(argv[i], "-v"))
{ {
 End of changes. 1 change blocks. 
0 lines changed or deleted 3 lines changed or added

This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/