Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
t5562: fix perl path
[gitweb.git]
/
help.c
diff --git
a/help.c
b/help.c
index dd35fcc133094e4dc89898463868e89162637076..e469f5731c3983ae5a20056e41fec42be798e7ad 100644
(file)
--- a/
help.c
+++ b/
help.c
@@
-609,6
+609,7
@@
int cmd_version(int argc, const char **argv, const char *prefix)
else
printf("no commit associated with this build\n");
printf("sizeof-long: %d\n", (int)sizeof(long));
+ printf("sizeof-size_t: %d\n", (int)sizeof(size_t));
/* NEEDSWORK: also save and output GIT-BUILD_OPTIONS? */
}
return 0;