use I3__FILE__ for DLOG, leave __FILE__ as is

See also commit 0e752070ac, which broke
source code listings in gdb unless you cd into i3/src. This should give
us best of both :-).
This commit is contained in:
Michael Stapelberg
2012-08-12 12:18:43 +02:00
parent dd743f3b55
commit 884627ef20
37 changed files with 72 additions and 36 deletions

View File

@ -1,4 +1,5 @@
#line 2 "commands.c"
#undef I3__FILE__
#define I3__FILE__ "commands.c"
/*
* vim:ts=4:sw=4:expandtab
*