initial-symbol-table ( -- hashtable )


Vocabulary
c.preprocessor

Inputs
None

Outputs
hashtablean object


Definition


: initial-symbol-table ( -- hashtable )
H{
{ "__x86_64__" "" }
{ "__APPLE__" "" }
{ "__amd64__" "" }
} clone ;