bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Compilation problem with base64.c


From: Ben Pfaff
Subject: Re: Compilation problem with base64.c
Date: Tue, 30 Oct 2007 13:37:47 -0700
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1 (gnu/linux)

Micah Cowan <address@hidden> writes:

> It's a relatively recent addition to the C language, so the restrict
> keyword is #defined to nothing for C compilers that don't support it
> (doesn't apply to modern GCC, which has supported it for a while, but
> _only_ when running as a C compiler). 

G++ does support restricted pointers, but it requires them to be
tagged with __restrict or __restrict__, not restrict.
-- 
"The fact is, technical people are better off not looking at patents. If
 you don't know what they cover and where they are, you won't be knowingly
 infringing on them. If somebody sues you, you change the algorithm or you
 just hire a hit-man to whack the stupid git." --Linus Torvalds





reply via email to

[Prev in Thread] Current Thread [Next in Thread]