Procházet zdrojové kódy

This file breaks "make blib"; please find a way to avoid doing this.

tags/v0.9.3
Michael Brown před 18 roky
rodič
revize
7ab29b0bfe
1 změnil soubory, kde provedl 5 přidání a 0 odebrání
  1. 5
    0
      src/crypto/framework.c

+ 5
- 0
src/crypto/framework.c Zobrazit soubor

@@ -1,3 +1,6 @@
1
+/* mcb - this file breaks the build process; temporarily deactivating */
2
+#if 0
3
+
1 4
 #include <stdio.h>
2 5
 #include <stdlib.h>
3 6
 #include <sys/types.h>
@@ -80,3 +83,5 @@ int main(int argc, char *argv[])
80 83
 
81 84
   return 0;
82 85
 }
86
+
87
+#endif

Načítá se…
Zrušit
Uložit