#44: Move commandline functions out of compilers/imcc/main.c
-------------------------+--------------------------------------------------
 Reporter:  whiteknight  |       Owner:     
     Type:  RFC          |      Status:  new
 Priority:  minor        |   Milestone:     
Component:  imcc         |     Version:     
 Severity:  low          |    Keywords:     
     Lang:               |       Patch:     
 Platform:  all          |  
-------------------------+--------------------------------------------------

Comment(by jkeenan):

 Replying to [ticket:44 whiteknight]:
 > There are a number of functions dealing with parrot's commandline in
 compilers/imcc/main.c.

 Could you specify which functions might be moved?

 My uneducated guess is:
 {{{
 static void
 usage(ARGMOD(FILE *fp))

 static void
 help_debug(void)

 static void
 help(void)

 static void
 Parrot_version(PARROT_INTERP)
 }}}
 and possibly:
 {{{
 PARROT_WARN_UNUSED_RESULT
 PARROT_PURE_FUNCTION
 static int
 is_all_hex_digits(ARGIN(const char *s))
 }}}

 Thank you very much.[[BR]]
 kid51

-- 
Ticket URL: <https://trac.parrot.org/parrot/ticket/44#comment:2>
Parrot <https://trac.parrot.org/parrot/>
Parrot Development
_______________________________________________
parrot-tickets mailing list
[email protected]
http://lists.parrot.org/mailman/listinfo/parrot-tickets

Reply via email to