Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
SCSISoftUSB
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Labels
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Jobs
Commits
Open sidebar
RiscOS
S
Sources
H
HWSupport
SCSI
SCSISoftUSB
Commits
38a04a4e
Commit
38a04a4e
authored
May 14, 2003
by
Ben Avison
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Neatened up the debug a bit - removes warning.
Retagged as 'SCSISoftUSB-0_01'
parent
1c1d0af4
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
0 deletions
+5
-0
c/svcprint
c/svcprint
+4
-0
h/debug
h/debug
+1
-0
No files found.
c/svcprint
View file @
38a04a4e
...
...
@@ -40,6 +40,8 @@
#include "swis.h"
#include "debug.h"
#ifndef NO_SVCPRINT
#ifndef NULL
# define NULL ((void *)0)
#endif
...
...
@@ -291,6 +293,8 @@ void Printf(char *format, ...)
#endif
/* USETUBE */
}
#endif
/**********************************************************************/
/* EOF svcprint.c */
h/debug
View file @
38a04a4e
...
...
@@ -14,6 +14,7 @@
*/
#if 1
#define NO_SVCPRINT
#define DEBUGf(...)
#else
extern
void
Printf
(
char
*
format
,...);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment