commit db7173fd802222e8e0fcb50e048eb586d6b14ad9 parent 0e579894080f22fccf807887b87abf536a9959f8 Author: Quentin Rameau <quinq@fifth.space> Date: Wed, 15 Jun 2016 14:49:40 +0200 [driver] add U flag Diffstat:
M | driver/posix/scc.c | | | 4 | ++++ |
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/driver/posix/scc.c b/driver/posix/scc.c @@ -406,6 +406,10 @@ main(int argc, char *argv[]) case 'S': Sflag = 1; break; + case 'U': + addarg(CC1, "-U"); + addarg(CC1, EARGF(usage())); + break; case 'c': cflag = 1; break;