Replace strdup() calls with strdup_or_die() calls where it's safe and simplifies...
authorFabian Keil <fk@fabiankeil.de>
Sun, 4 Mar 2012 11:53:26 +0000 (11:53 +0000)
committerFabian Keil <fk@fabiankeil.de>
Sun, 4 Mar 2012 11:53:26 +0000 (11:53 +0000)
commit331c65ef3070f961f56c03ed859dbc91bc714cff
tree08d7ff67524cc33f155d2aa89f1072373ba9b243
parent903bb2c0cc00cf014f1f01f5198f057c9a8dbf75
Replace strdup() calls with strdup_or_die() calls where it's safe and simplifies the code
parsers.c