Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
grep.c: remove implicit dependency on the_index
[gitweb.git]
/
help.c
diff --git
a/help.c
b/help.c
index b6cafcfc0afe63aa0b8652d9cdfe1e9095562318..96f6d221edc30c3bb8241032b837114693b53a53 100644
(file)
--- a/
help.c
+++ b/
help.c
@@
-694,6
+694,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;