This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
make POPGIVEN re-entrant safe
[perl5.git] / symbian / PerlApp.hrh
CommitLineData
27da23d5
JH
1/* Copyright (c) 2004-2005 Nokia. All rights reserved. */
2
3/* The PerlApp application is licensed under the same terms as Perl itself. */
4
5#ifndef __PerlApp_HRH__
6#define __PerlApp_HRH__
7
d0d72822 8enum TPerlAppIds
27da23d5
JH
9{
10 EPerlAppCommandAbout = 1024, // start value must not be 0
11 EPerlAppCommandTime = 1025,
12 EPerlAppCommandRunFile = 1026,
13 EPerlAppCommandOneLiner = 1027,
ed76c0e4
JH
14 EPerlAppCommandCopyright = 1028,
15 EPerlAppCommandAboutCopyright = 1029,
25ca88e0 16 EPerlAppLast = 1099 // no comma here
27da23d5
JH
17};
18
19#endif // __PerlApp_HRH__