emacs-pretest-bug
[Top][All Lists]
Advanced

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

alloca.c


From: rthorpe
Subject: alloca.c
Date: Fri, 30 Jan 2004 04:41:33 -0500

On line 102 of CVS HEAD alloca.c it provides prototypes for xmalloc
and xfree:

void *xmalloc _P ((size_t));
void xfree _P ((void *))

Missing semicolon-------^

Also I think _P should be P_.

This code is not often compiled, it's for systems without alloca.

I didn't find this by compiling emacs on a strange platform, I was
reading alloca.c to see how it worked.

Rob Thorpe






reply via email to

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