Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
purr-data
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
brittney allen
purr-data
Commits
baf14971
Commit
baf14971
authored
10 years ago
by
Mathieu L Bouchard
Browse files
Options
Downloads
Patches
Plain Diff
fix CHECK_VGUI_ARGS (didn't compile when #defined)
parent
b45d48f2
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
pd/src/m_pd.h
+2
-3
2 additions, 3 deletions
pd/src/m_pd.h
with
2 additions
and
3 deletions
pd/src/m_pd.h
+
2
−
3
View file @
baf14971
...
@@ -13,7 +13,7 @@ extern "C" {
...
@@ -13,7 +13,7 @@ extern "C" {
#define PD_MAJOR_VERSION 0
#define PD_MAJOR_VERSION 0
#define PD_MINOR_VERSION 42
#define PD_MINOR_VERSION 42
#define PD_BUGFIX_VERSION 7
#define PD_BUGFIX_VERSION 7
#define PD_TEST_VERSION "2014081
3
"
#define PD_TEST_VERSION "2014081
4
"
#define PDL2ORK
#define PDL2ORK
/* old name for "MSW" flag -- we have to take it for the sake of many old
/* old name for "MSW" flag -- we have to take it for the sake of many old
...
@@ -648,9 +648,8 @@ typedef void (*t_guicallbackfn)(t_gobj *client, t_glist *glist);
...
@@ -648,9 +648,8 @@ typedef void (*t_guicallbackfn)(t_gobj *client, t_glist *glist);
EXTERN
void
sys_vgui
(
const
char
*
fmt
,
...)
EXTERN
void
sys_vgui
(
const
char
*
fmt
,
...)
__attribute__
((
format
(
printf
,
1
,
2
)));
__attribute__
((
format
(
printf
,
1
,
2
)));
EXTERN
void
sys_vguid
(
const
char
*
file
,
int
line
,
const
char
*
fmt
,
...)
EXTERN
void
sys_vguid
(
const
char
*
file
,
int
line
,
const
char
*
fmt
,
...)
__attribute__
((
format
(
printf
,
1
,
2
)));
EXTERN
void
sys_vvguid
(
const
char
*
file
,
int
line
,
const
char
*
fmt
,
va_list
)
__attribute__
((
format
(
printf
,
3
,
4
)));
__attribute__
((
format
(
printf
,
3
,
4
)));
EXTERN
void
sys_vvguid
(
const
char
*
file
,
int
line
,
const
char
*
fmt
,
va_list
);
#else
#else
EXTERN
void
sys_vgui
(
const
char
*
fmt
,
...);
EXTERN
void
sys_vgui
(
const
char
*
fmt
,
...);
EXTERN
void
sys_vguid
(
const
char
*
file
,
int
line
,
const
char
*
fmt
,
...);
EXTERN
void
sys_vguid
(
const
char
*
file
,
int
line
,
const
char
*
fmt
,
...);
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment