We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e5c53f commit 769dbcaCopy full SHA for 769dbca
hdf5.pd
@@ -1616,19 +1616,13 @@ pp_addhdr(<<'EOXS');
1616
# This originally generated using h2xs and manually editing
1617
#
1618
*/
1619
-static int
1620
-not_here(s)
1621
-char *s;
+static int not_here(char *s)
1622
{
1623
croak("%s not implemented on this architecture", s);
1624
return -1;
1625
}
1626
1627
-hid_t
1628
-constant(name, arg)
1629
-char *name;
1630
-int arg;
1631
-{
+hid_t constant(char *name, int arg) {
1632
errno = 0;
1633
switch (*name) {
1634
case 'A':
0 commit comments