]> git.sur5r.net Git - i3/i3/commit
Change the names of parser result structs
authorTony Crisci <tony@dubstepdish.com>
Sun, 18 May 2014 04:44:19 +0000 (00:44 -0400)
committerMichael Stapelberg <michael@stapelberg.de>
Tue, 20 May 2014 17:59:01 +0000 (19:59 +0200)
commit45fa4b7d232ee23ad25802fe3f7c9c3a75fca77e
treea2f5dde942876e54cdd995f4cab2e93522eba716
parentdda9a7f6e040fabf5c2077ffdc24f34ae7587c68
Change the names of parser result structs

Change the name of structs CommandResult and ConfigResult to
CommandResultIR and ConfigResultIR to show they are an intermediate
representation used during parsing.
generate-command-parser.pl
include/commands.h
include/commands_parser.h
include/config_directives.h
include/config_parser.h
src/assignments.c
src/commands.c
src/commands_parser.c
src/config_parser.c
src/ipc.c
src/key_press.c