File:  [Apple XNU] / GNUtools / cc / NeXT-notes
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs
Tue Apr 24 17:45:29 2018 UTC (8 years, 2 months ago) by root
Branches: MAIN, Apple
CVS tags: HEAD, GNUtools33
GNU tools for NeXTSTEP 3.3


Message send syntax has been changed from

	[ expr selector ... ]
to
	[ expr_no_commas selector ... ]

so you can no longer have a comma expression as the receiver.  That
must be explicitly enclosed in parentheses, like

	[ ( expr ) selector ... ]

;; maybe fixed


Initializer syntax is different in C++ and C. 

C has

	int x[10] = { [4] = 2, [6] = 3 };

but C++ has

	int x[10] = { [4] 2, [6] 3 };


unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.