scc

simple c99 compiler
git clone git://git.simple-cc.org/scc
Log | Files | Refs | Submodules | README | LICENSE

commit c4bcbad6b954a764799ee8980b4374f984185426
parent 9ad8d90a6f283ebbd2dc90e2b37dbcdc17276ebe
Author: Roberto E. Vargas Caballero <k0ga@shike2.com>
Date:   Thu,  3 May 2018 16:02:08 +0100

[ar] Add TODO for -u option

This option only updates an element in the archive if it is newer
than the version stored in the archive. This option is not supported
at this moment but it was accepted and silently ignored.

Diffstat:
Mar/main.c | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/ar/main.c b/ar/main.c @@ -609,6 +609,8 @@ main(int argc, char *argv[]) lflag = 1; break; case 'u': + /* TODO */ + abort(); uflag = 1; break; default: