TP3: remove wrong code
authorJerome Benoit <jerome.benoit@sap.com>
Sun, 5 Mar 2017 13:12:24 +0000 (14:12 +0100)
committerJerome Benoit <jerome.benoit@sap.com>
Sun, 5 Mar 2017 13:12:24 +0000 (14:12 +0100)
Signed-off-by: Jerome Benoit <jerome.benoit@sap.com>
TP3/tp3.c

index ffb53c20129a24e92077dd83c3acc105273c7e65..52c2a6e398be161c61c1f8af0837bd79bbff265a 100644 (file)
--- a/TP3/tp3.c
+++ b/TP3/tp3.c
@@ -1,8 +1,4 @@
 #include <stdio.h>
-#if __BSD_VISIBLE
-#undef __BSD_VISIBLE
-#define __BSD_VISIBLE
-#endif
 #include <stdlib.h>
 
 void AfficheTab(int T[], int n) {