Thread (5 messages) flat view 5 messages, 3 authors, 2016-06-15

RE: git on HP NonStop

From: Jan Engelhardt <hidden>
Date: 2016-06-15 22:54:30

On Tuesday 2012-08-14 17:52, Joachim Schmitz wrote:
quoted hunk ↗ jump to hunk
@@ -98,6 +99,11 @@
#include <stdlib.h>
#include <stdarg.h>
#include <string.h>
+#ifdef __TANDEM
+# include <strings.h> /* for strcasecmp() */
+  typedef int intptr_t; /* not "int *" ?!? */
+  typedef unsigned int uintptr_t; /* not "unsigned int *" ?!? */
Of course not. intptr_t is an integral value capable of holding
a pointer; it is not a pointer to int (because that would really
be redundant to int*.)
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help