Allow defining symbols with OPTIONS
commit69e7f4e29b2e9baef231a660893cfb28a038e068
authorPasi Kallinen <paxed@alt.org>
Thu, 24 Dec 2015 10:29:27 +0000 (24 12:29 +0200)
committerPasi Kallinen <paxed@alt.org>
Thu, 24 Dec 2015 10:33:17 +0000 (24 12:33 +0200)
treec8a99f083347bfb82e6f38e6001704e5754b83e7
parentcc7d5c31b4d776458ee75bb0c4077b3348a226b3
Allow defining symbols with OPTIONS

Some people are confused by the boulder -option, and
SYMBOLS=S_boulder, so allow defining symbols with
OPTION-lines in addition to the SYMBOLS.

So these are the same thing:

  SYMBOLS=S_boulder:0
  OPTIONS=S_boulder:0
include/extern.h
src/files.c
src/options.c