From 4599cca711f41daf6e460c70dd9e889a6a16cae1 Mon Sep 17 00:00:00 2001
From: Miller Puckette <millerpuckette@users.sourceforge.net>
Date: Fri, 18 Aug 2006 19:00:59 +0000
Subject: put m_pd.h, s_stuff.h in quotes instead of brackets on s_audio_jack.c

svn path=/trunk/; revision=5661
---
 pd/src/m_binbuf.c       | 1 -
 pd/src/m_pd.h           | 2 +-
 pd/src/notes.txt        | 1 +
 pd/src/s_audio_jack.c   | 4 ++--
 pd/src/s_audio_pablio.h | 1 -
 pd/src/s_audio_paring.c | 1 -
 pd/src/s_audio_paring.h | 1 -
 7 files changed, 4 insertions(+), 7 deletions(-)

(limited to 'pd/src')

diff --git a/pd/src/m_binbuf.c b/pd/src/m_binbuf.c
index 06c3c6a2..4bea4942 100644
--- a/pd/src/m_binbuf.c
+++ b/pd/src/m_binbuf.c
@@ -528,7 +528,6 @@ t_symbol *binbuf_realizedollsym(t_symbol *s, int ac, t_atom *av, int tonew)
         }
     }
 done:
-    post("realize %s->%s", s->s_name, buf2);
     return (gensym(buf2));
 }
 
diff --git a/pd/src/m_pd.h b/pd/src/m_pd.h
index 73301138..8369c73b 100644
--- a/pd/src/m_pd.h
+++ b/pd/src/m_pd.h
@@ -11,7 +11,7 @@ extern "C" {
 #define PD_MAJOR_VERSION 0
 #define PD_MINOR_VERSION 40
 #define PD_BUGFIX_VERSION 0
-#define PD_TEST_VERSION "test02"
+#define PD_TEST_VERSION "test03"
 
 /* old name for "MSW" flag -- we have to take it for the sake of many old
 "nmakefiles" for externs, which will define NT and not MSW */
diff --git a/pd/src/notes.txt b/pd/src/notes.txt
index 3f67f27c..f3deafe1 100644
--- a/pd/src/notes.txt
+++ b/pd/src/notes.txt
@@ -25,6 +25,7 @@ infrastructure for adding externs in non-ascii languages
 '$' patch (multiple dollar-sign expansion)
 
 doc:
+-x flag for curves
 object list
 document env~ second argument (and why is it no less than 1/10 of first???)
 vibrato example
diff --git a/pd/src/s_audio_jack.c b/pd/src/s_audio_jack.c
index 7ab3a3f6..7f29118e 100644
--- a/pd/src/s_audio_jack.c
+++ b/pd/src/s_audio_jack.c
@@ -6,8 +6,8 @@
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
-#include <m_pd.h>
-#include <s_stuff.h>
+#include "m_pd.h"
+#include "s_stuff.h"
 #include <jack/jack.h>
 #include <regex.h>
 
diff --git a/pd/src/s_audio_pablio.h b/pd/src/s_audio_pablio.h
index 4cfb35f7..f4d32614 100644
--- a/pd/src/s_audio_pablio.h
+++ b/pd/src/s_audio_pablio.h
@@ -7,7 +7,6 @@ extern "C"
 #endif /* __cplusplus */
 
 /*
- * $Id: s_audio_pablio.h,v 1.6 2006-08-15 21:57:29 millerpuckette Exp $
  * PABLIO.h
  * Portable Audio Blocking read/write utility.
  *
diff --git a/pd/src/s_audio_paring.c b/pd/src/s_audio_paring.c
index 89ed1960..6e645e45 100644
--- a/pd/src/s_audio_paring.c
+++ b/pd/src/s_audio_paring.c
@@ -1,5 +1,4 @@
 /*
- * $Id: s_audio_paring.c,v 1.6 2006-08-15 21:57:29 millerpuckette Exp $
  * ringbuffer.c
  * Ring Buffer utility..
  *
diff --git a/pd/src/s_audio_paring.h b/pd/src/s_audio_paring.h
index 9d8613d5..e5e5e6b2 100644
--- a/pd/src/s_audio_paring.h
+++ b/pd/src/s_audio_paring.h
@@ -6,7 +6,6 @@ extern "C"
 #endif /* __cplusplus */
 
 /*
- * $Id: s_audio_paring.h,v 1.6 2006-08-15 21:57:29 millerpuckette Exp $
  * ringbuffer.h
  * Ring Buffer utility..
  *
-- 
cgit v1.2.1