pikelang / Pike

Pike is a dynamic programming language with a syntax similar to Java and C. It is simple to learn, does not require long compilation passes and has powerful built-in data types allowing simple and really fast data manipulation.
http://pike.lysator.liu.se/
Other
194 stars 34 forks source link

Sanitized APPLY_MASTER and SAFE_APPLY_MASTER macros. #7

Closed mkrawczuk closed 5 years ago

mkrawczuk commented 6 years ago

We stumbled upon this together with Arne when working on a different project. Just a small fix in case someone would use this piece of code as an example - just like I did when working on something else.

mkrawczuk commented 5 years ago

The macros have been removed, this pull request is no longer valid.