Re: [PATCH] Port to HP NonStop

2012-09-19 Thread Jan Engelhardt

On Wednesday 2012-09-19 12:03, Joachim Schmitz wrote:
+#ifdef NO_INTPTR_T
+/*
+ * On I16LP32, ILP32 and LP64 long is the save bet, however
+ * on LLP86, IL33LLP64 and P64 it needs to be long long,
+ * while on IP16 and IP16L32 it is int (resp. short)
+ * Size needs to match (or exceed) 'sizeof(void *)'.
+ * We can't take long long here as not everybody has it.

Are you trying to port git to DOS or why would you mention IP16? :-)
--
To unsubscribe from this list: send the line unsubscribe git in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


RE: [PATCH] Port to HP NonStop

2012-09-19 Thread Joachim Schmitz
 From: Jan Engelhardt [mailto:jeng...@inai.de]
 Sent: Wednesday, September 19, 2012 7:48 PM
 To: Joachim Schmitz
 Cc: 'Junio C Hamano'; git@vger.kernel.org
 Subject: Re: [PATCH] Port to HP NonStop
 
 
 On Wednesday 2012-09-19 12:03, Joachim Schmitz wrote:
 +#ifdef NO_INTPTR_T
 +/*
 + * On I16LP32, ILP32 and LP64 long is the save bet, however
 + * on LLP86, IL33LLP64 and P64 it needs to be long long,
 + * while on IP16 and IP16L32 it is int (resp. short)
 + * Size needs to match (or exceed) 'sizeof(void *)'.
 + * We can't take long long here as not everybody has it.
 
 Are you trying to port git to DOS or why would you mention IP16? :-)

Just for completness, nothing else ;-)

--
To unsubscribe from this list: send the line unsubscribe git in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html