bigforth  

[bigforth] struct{ } stopped working

Sergey Plis
Thu, 28 Aug 2008 16:50:16 -0700

Some of my code uses bigforth's struct{ words.

Previously I was able to use it in the following way:

struct{
  int_size_in_bytes fieldname
} structname

now it fails like that:

struct{ 8 fielname } structname  ? fielname

What has changed if anything? How can I set arbitrary field lengths?

Thanks!

--
Sergey

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]