[PD-cvs] externals/grh/PDContainer/src h_prioqueue.cpp, 1.2, 1.3 PDContainer.cpp, 1.1, 1.2

Georg Holzmann grholzi at users.sourceforge.net
Tue Jan 9 21:54:12 CET 2007


Update of /cvsroot/pure-data/externals/grh/PDContainer/src
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22434

Modified Files:
	h_prioqueue.cpp PDContainer.cpp 
Log Message:
fix to be compatible with the pd-extended build system


Index: PDContainer.cpp
===================================================================
RCS file: /cvsroot/pure-data/externals/grh/PDContainer/src/PDContainer.cpp,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** PDContainer.cpp	21 Oct 2005 11:56:32 -0000	1.1
--- PDContainer.cpp	9 Jan 2007 20:54:10 -0000	1.2
***************
*** 49,53 ****
  void h_deque_setup();
  void h_queue_setup();
! void h_priority_queue_setup();
  void h_stack_setup();
  void h_list_setup();
--- 49,53 ----
  void h_deque_setup();
  void h_queue_setup();
! void h_prioqueue_setup();
  void h_stack_setup();
  void h_list_setup();
***************
*** 65,69 ****
    h_deque_setup();
    h_queue_setup();
!   h_priority_queue_setup();
    h_stack_setup();
    h_list_setup();
--- 65,69 ----
    h_deque_setup();
    h_queue_setup();
!   h_prioqueue_setup();
    h_stack_setup();
    h_list_setup();

Index: h_prioqueue.cpp
===================================================================
RCS file: /cvsroot/pure-data/externals/grh/PDContainer/src/h_prioqueue.cpp,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** h_prioqueue.cpp	7 Jan 2007 23:17:45 -0000	1.2
--- h_prioqueue.cpp	9 Jan 2007 20:54:10 -0000	1.3
***************
*** 217,221 ****
  }
  
! extern "C" void h_priority_queue_setup(void) 
  {
    // the object class
--- 217,221 ----
  }
  
! extern "C" void h_prioqueue_setup(void) 
  {
    // the object class





More information about the Pd-cvs mailing list