aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--externals/vanilla/TODO4
-rw-r--r--externals/vanilla/d_math.c6
-rw-r--r--externals/vanilla/d_math.h2
3 files changed, 6 insertions, 6 deletions
diff --git a/externals/vanilla/TODO b/externals/vanilla/TODO
index ecbeff25..d715660b 100644
--- a/externals/vanilla/TODO
+++ b/externals/vanilla/TODO
@@ -2,7 +2,9 @@
- figure out how Pd-extended is going to load this stuff in order to maintain
maximum capatibility
-- replace pd-extended's d_math.c with this d_math.c
+- replace pd-extended's x_gui.c with this e_gfxstub.c
+
+- replace pd-extended's d_math.c with this e_sqrt.c
- move this d_math.h to pd-extended's pd/src
diff --git a/externals/vanilla/d_math.c b/externals/vanilla/d_math.c
index 10f27cfe..eb011a4a 100644
--- a/externals/vanilla/d_math.c
+++ b/externals/vanilla/d_math.c
@@ -2,11 +2,9 @@
* For information on usage and redistribution, and for a DISCLAIMER OF ALL
* WARRANTIES, see the file, "LICENSE.txt," in this distribution. */
-/* mathematical functions and other transfer functions, including tilde
- versions of stuff from x_acoustics.c.
-*/
+/* sqrt-related functions from pd-vanilla's d_math.c */
-#include "d_math.h"
+#include "e_sqrt.h"
/* these are used in externs like "bonk" */
diff --git a/externals/vanilla/d_math.h b/externals/vanilla/d_math.h
index 5ef0f0e3..29f9725c 100644
--- a/externals/vanilla/d_math.h
+++ b/externals/vanilla/d_math.h
@@ -2,7 +2,7 @@
* For information on usage and redistribution, and for a DISCLAIMER OF ALL
* WARRANTIES, see the file, "LICENSE.txt," in this distribution. */
-/* these are things used in a number of objectclasses from d_math.c */
+/* these are things used in a number of objectclasses from e_sqrt.c */
#include "m_pd.h"