Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 395415 | Differences between
and this patch

Collapse All | Expand All

(-)dmd/mars.c.old (-1 / +1 lines)
Lines 405-411 Link Here
405
#if _WIN32
405
#if _WIN32
406
    inifilename = inifile(argv[0], "sc.ini");
406
    inifilename = inifile(argv[0], "sc.ini");
407
#elif linux || __APPLE__ || __FreeBSD__ || __sun&&__SVR4
407
#elif linux || __APPLE__ || __FreeBSD__ || __sun&&__SVR4
408
    inifilename = inifile(argv[0], "dmd.conf");
408
    inifilename = inifile(argv[0], "dmd1.conf");
409
#else
409
#else
410
#error "fix this"
410
#error "fix this"
411
#endif
411
#endif

Return to bug 395415