CVSROOT: /cvs Module name: src Changes by: guent...@cvs.openbsd.org 2013/12/08 19:35:09
Modified files: usr.bin/cpp : Makefile cpp.sh Log message: Use shell arrays to store arguments instead of building a string for eval. Add option argument handling for all the options that take an argument. Handle -I with separate path argument. Retire gcc2-specific bits. Handle -U__GNUC__ correctly on gcc4 systems. ok jca@ millert@