aboutsummaryrefslogtreecommitdiff
path: root/src/gp.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gp.h')
-rw-r--r--src/gp.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/src/gp.h b/src/gp.h
deleted file mode 100644
index 27e4726..0000000
--- a/src/gp.h
+++ /dev/null
@@ -1,14 +0,0 @@
-#ifndef GP_H
-#define GP_H
-/*-*- compile-command: "cc -c -o gp/gp.gp.o -g -O3 -Wall -fomit-frame-pointer
- * -fno-strict-aliasing -fPIC -I"/usr/include/x86_64-linux-gnu" gp/gp.gp.c && cc
- * -o gp/gp.gp.so -shared -g -O3 -Wall -fomit-frame-pointer -fno-strict-aliasing
- * -fPIC -Wl,-shared -Wl,-z,relro gp/gp.gp.o -lc -lm -L/usr/lib/x86_64-linux-gnu
- * -lpari"; -*-*/
-#include <pari/pari.h>
-/*
-GP;install("init_gp","v","init_gp","./gp/gp.gp.so");
-*/
-void init_gp(void);
-/*End of prototype*/
-#endif // GP_H