1
0
Fork 0
mirror of git://git.code.sf.net/p/cdesktopenv/code synced 2025-02-15 04:32:24 +00:00
cde/src
Martijn Dekker cae9af5eec tweak: make better use of funptr() macro and sh.bltinfun pointer
src/cmd/ksh93/include/name.h:
- Include the ususally-wanted (Shbltin_f) typecast in funptr().

Various files:
- Change several direct foo->nvalue.bfp usages to funptr(np).
- Reduce explicit typecasts after the name.h change.
- To determine if we are (or just were) running a certain built-in
  command, instead of comparing sh.bltindata.bnode with a builtin
  table node, use sh.bltinfun to directly compare the builtin's
  function; this is more readable and efficient.
2022-06-20 22:25:41 +01:00
..
cmd tweak: make better use of funptr() macro and sh.bltinfun pointer 2022-06-20 22:25:41 +01:00
lib cleanup: libast: remove pre-fork(2) code (re: 7b0e0776) 2022-06-20 16:21:40 +01:00
Mamfile Another build system overhaul (re: 35672208, 580ff616, 6cc2f6a0) 2022-06-12 05:47:02 +01:00