Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Flachy Joe
purr-data
Commits
44d85469
Commit
44d85469
authored
May 31, 2018
by
Pranay Gupta
Browse files
displaying the FLOATSIZE value in the pd window at runtime
parent
6fcdaa4b
Changes
1
Hide whitespace changes
Inline
Side-by-side
pd/src/s_main.c
View file @
44d85469
...
...
@@ -299,6 +299,7 @@ int sys_main(int argc, char **argv)
fprintf
(
stderr
,
"Pd-L2Ork: COMPILED FOR DEBUGGING
\n
"
);
#endif
pd_init
();
/* start the message system */
logpost
(
NULL
,
2
,
"PD_FLOATSIZE = %lu bits"
,
sizeof
(
t_float
)
*
8
);
sys_findprogdir
(
argv
[
0
]);
/* set sys_progname, guipath */
for
(
i
=
noprefs
=
0
;
i
<
argc
;
i
++
)
/* prescan args for noprefs */
if
(
!
strcmp
(
argv
[
i
],
"-noprefs"
))
...
...
Write
Preview
Supports
Markdown
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