]> git.sur5r.net Git - i3/i3/commit
Refactor the code out of src/cmdparse.y to src/commands.c
authorMichael Stapelberg <michael@stapelberg.de>
Sat, 14 Jan 2012 15:02:30 +0000 (15:02 +0000)
committerMichael Stapelberg <michael@stapelberg.de>
Sat, 14 Jan 2012 16:59:52 +0000 (16:59 +0000)
commitf81c89ac2866bf1fc53900536f5ca9fe8cf7ddc9
tree1560afafc1cdfdcb2258ce467c133718db93ec7e
parent608def6c6e2ab23e2ab81e322d9d2bd16c3704f5
Refactor the code out of src/cmdparse.y to src/commands.c

This is the first step towards our new parser.
include/all.h
include/commands.h [new file with mode: 0644]
src/cmdparse.y
src/commands.c [new file with mode: 0644]
testcases/t/124-move.t