all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* P_ ?
@ 2010-07-24 18:03 Óscar Fuentes
  2010-07-24 18:17 ` Andreas Schwab
  2010-07-26 12:51 ` Davis Herring
  0 siblings, 2 replies; 4+ messages in thread
From: Óscar Fuentes @ 2010-07-24 18:03 UTC (permalink / raw)
  To: emacs-devel

In lisp.h:

#ifndef HAVE_MEMSET
extern void *memset P_ ((void *, int, size_t));
#endif
#ifndef HAVE_MEMCPY
extern void *memcpy P_ ((void *, void *, size_t));
#endif
#ifndef HAVE_MEMMOVE
extern void *memmove P_ ((void *, void *, size_t));
#endif
#ifndef HAVE_MEMCMP
extern int memcmp P_ ((void *, void *, size_t));
#endif

Where is the definition of P_? Or is it cruft?




^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2010-07-26 16:56 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-07-24 18:03 P_ ? Óscar Fuentes
2010-07-24 18:17 ` Andreas Schwab
2010-07-26 12:51 ` Davis Herring
2010-07-26 16:56   ` Eli Zaretskii

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.