CVSROOT: /cvs Module name: src Changes by: mill...@cvs.openbsd.org 2016/05/28 19:02:21
Modified files: usr.bin/mklocale: lex.l mklocale.1 Log message: Eat all blanks between the VARIABLE keywords and the definition, not just the first one. Otherwise we end up storing the blanks. Now the file generated by mklocale(1) is the same regardless of whether or not the input is sent through the C preprocessor. OK deraadt@ jca@ schwarze@