]> granicus.if.org Git - flex/commit
Removed flex_alloc; cleaned up style.
authorMichael McConville <mmcconville@mykolab.com>
Wed, 9 Dec 2015 02:00:39 +0000 (21:00 -0500)
committerWill Estes <westes575@gmail.com>
Wed, 9 Dec 2015 14:48:39 +0000 (09:48 -0500)
commitc53d722b0b4e81b08cfc2f9ff6675a7abe0de2c3
tree4e19f81d30f1b2323c0a89a09c0d92359e713634
parentc03bef5411d3231f42445932d1971d656f020817
Removed flex_alloc; cleaned up style.

The function flex_alloc() was just a wrapper around malloc(). Since this only added unclarity, and the flex_alloc() function is likely a legacy of olden times, remove it in favor of calls to malloc() directly.

Style elements cleaned up:

 * superfluous spacing around parentheses
 * non-constant initialization in variable declarations
 * needless casts
 * almost all uses of assignments as subexpressions
12 files changed:
src/buf.c
src/filter.c
src/flexdef.h
src/main.c
src/misc.c
src/regex.c
src/scan.l
src/scanflags.c
src/sym.c
to.do/unicode/flexdef.h
to.do/unicode/misc.c
to.do/unicode/scan.l