From: Ben B. <ba...@de...> - 2003-06-08 01:05:26
|
> On the other hand, if the variables were public, > there would be even less java-functions (e.g. > setReadlineVar(INHIBIT_COMPLETION,INHIBIT_COMPLETION_TRUE)) This solution looks nicer to me, but then again that's just me. Although I'd be tempted to use java native types for the values, e.g., setReadlineVar(INHIBIT_COMPLETION, true) These should be easy to convert in the .c file in the few cases where the compiler doesn't do it automatically. Ben. :) |