[hackers] [scc] [cc2] Add missed optm.c file || Roberto E. Vargas Caballero

From: <git_AT_suckless.org>
Date: Fri, 27 May 2016 14:29:33 +0200 (CEST)

commit 874fa3ca5a3eba2a0849661312f85de17eeea5df
Author: Roberto E. Vargas Caballero <k0ga_AT_shike2.com>
AuthorDate: Fri May 27 08:07:46 2016 +0200
Commit: Roberto E. Vargas Caballero <k0ga_AT_shike2.com>
CommitDate: Fri May 27 08:07:46 2016 +0200

    [cc2] Add missed optm.c file
    
    This file was missed in the repository and it was impsossible
    to compile cc2.

diff --git a/cc2/optm.c b/cc2/optm.c
new file mode 100644
index 0000000..c70380b
--- /dev/null
+++ b/cc2/optm.c
_AT_@ -0,0 +1,10 @@
+
+#include "arch.h"
+#include "cc2.h"
+
+Node *
+optm_ind(Node *np)
+{
+ return np;
+}
+
Received on Fri May 27 2016 - 14:29:33 CEST

This archive was generated by hypermail 2.3.0 : Fri May 27 2016 - 14:36:13 CEST