From: Ben Pfaff Date: Sat, 1 Jan 2011 21:00:49 +0000 (-0800) Subject: variable-parser: Rewrite parse_DATA_LIST_vars(). X-Git-Tag: v0.7.7~66 X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=791f28f623b5ccb8602819a1594d601f6c71fd66;hp=791f28f623b5ccb8602819a1594d601f6c71fd66;p=pspp-builds.git variable-parser: Rewrite parse_DATA_LIST_vars(). This rewrite was prompted by getting rid of the VAR_NAME_LEN limit inside parse_DATA_LIST_vars(), but then I noticed that the variable naming and coding style was dated, and that duplicate variable names were only detected for variables named using TO, not for individual names, so I rewrote much of the code instead. ---