On Mon, 26 Jan 2015, Mike Stump wrote:

> +@item #pragma GCC unroll @var{"n"}
> +@cindex pragma GCC unroll @var{"n"}

@var contains the name of a metasyntactic variable; it doesn't make sense 
for quotes to be included in that name.  And as far as I can tell, the 
quotes aren't part of the syntax either.  That is, you should just have 
@var{n} there, and state explicitly in the text what @var{n} is (an 
assignment-expression that evaluates to an integer constant, it looks 
like).

-- 
Joseph S. Myers
jos...@codesourcery.com

Reply via email to