revert between 56095 -> 55830 in arch
[AROS.git] / workbench / libs / popupmenu / staticlib / pm_makeitem.c
blob74a3d731b25b55224fdc3321a3eb4c9c4afd4d13
1 /*
2 Copyright © 2010, The AROS Development Team.
3 All rights reserved.
5 $Id$
6 */
8 #include <utility/tagitem.h>
9 #include <proto/alib.h>
11 /*****************************************************************************
13 NAME */
14 #define NO_INLINE_STDARG /* turn off inline def */
15 #include <proto/popupmenu.h>
16 extern struct PopupMenuBase * PopupMenuBase;
18 struct PopupMenu *PM_MakeItem(
20 /* SYNOPSIS */
21 Tag tag1,
22 ...)
24 /* FUNCTION
26 INPUTS
28 RESULT
30 NOTES
32 EXAMPLE
34 BUGS
36 SEE ALSO
38 INTERNALS
40 HISTORY
42 *****************************************************************************/
44 AROS_SLOWSTACKTAGS_PRE_AS(tag1, struct PopupMenu *)
46 retval = PM_MakeItemA(AROS_SLOWSTACKTAGS_ARG(tag1));
48 AROS_SLOWSTACKTAGS_POST
49 } /* PM_MakeItem */