Browse Source

Cleanup

git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@1863 0c269be4-1314-0410-8aa9-9f06e86f4224
tags/0.71
sletz 17 years ago
parent
commit
0d088889f1
3 changed files with 2 additions and 3 deletions
  1. +0
    -2
      common/JackConstants.h
  2. +2
    -0
      common/JackTypes.h
  3. +0
    -1
      common/Jackdmp.cpp

+ 0
- 2
common/JackConstants.h View File

@@ -83,8 +83,6 @@ namespace Jack
#define EMPTY 0xFFFD #define EMPTY 0xFFFD
#define FREE 0xFFFC #define FREE 0xFFFC


typedef uint16_t jack_int_t; // Internal type for ports and refnum

} // end of namespace } // end of namespace


#endif #endif

+ 2
- 0
common/JackTypes.h View File

@@ -37,6 +37,8 @@ typedef ULONGLONG UInt64;
typedef unsigned long long UInt64; typedef unsigned long long UInt64;
#endif #endif


typedef uint16_t jack_int_t; // Internal type for ports and refnum

namespace Jack namespace Jack
{ {




+ 0
- 1
common/Jackdmp.cpp View File

@@ -388,7 +388,6 @@ int main(int argc, char* argv[])


while (waiting) { while (waiting) {
sigwait(&signals, &sig); sigwait(&signals, &sig);

fprintf(stderr, "jack main caught signal %d\n", sig); fprintf(stderr, "jack main caught signal %d\n", sig);


switch (sig) { switch (sig) {


Loading…
Cancel
Save