File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7979#if defined(LUA_USE_MACOSX )
8080#define LUA_USE_POSIX
8181#define LUA_USE_DLOPEN /* macOS does not need -ldl */
82- #if !defined(LUA_READLINELIB )
83- #define LUA_READLINELIB "libedit.dylib"
84- #endif
82+ #define LUA_USE_READLINE
8583#endif
8684
8785
Original file line number Diff line number Diff line change @@ -2692,9 +2692,9 @@ which behaves like a nil value.
26922692
26932693@sect3{constchar|@title{Pointers to Strings}
26942694
2695- Several functions in the API accept pointers (@T{const char*})
2696- to C strings.
2697- Some of there parameters have an associated length (@T{size_t}).
2695+ Several functions in the API have parameters
2696+ that are pointers to C strings (@T{const char*}) .
2697+ Some of these parameters have an associated length (@T{size_t}).
26982698Unless stated otherwise,
26992699when there is an associated length,
27002700the string can contain embedded zeros;
You can’t perform that action at this time.
0 commit comments