annotate dmd/speller.h @ 1644:9176437d98be

Add -linkonce-templates for emitting linkonce_odr syms instead of weak_odr.
author Matti Niemenmaa <matti.niemenmaa+hg@iki.fi>
date Tue, 09 Mar 2010 23:07:08 +0200
parents 00cd99bedf06
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1641
00cd99bedf06 Add missing files for the new frontend spell checker
Kelly Wilson <wilsonk cpsc.ucalgary.ca>
parents:
diff changeset
1
00cd99bedf06 Add missing files for the new frontend spell checker
Kelly Wilson <wilsonk cpsc.ucalgary.ca>
parents:
diff changeset
2 typedef void *(fp_speller_t)(void *, const char *);
00cd99bedf06 Add missing files for the new frontend spell checker
Kelly Wilson <wilsonk cpsc.ucalgary.ca>
parents:
diff changeset
3
00cd99bedf06 Add missing files for the new frontend spell checker
Kelly Wilson <wilsonk cpsc.ucalgary.ca>
parents:
diff changeset
4 extern const char idchars[];
00cd99bedf06 Add missing files for the new frontend spell checker
Kelly Wilson <wilsonk cpsc.ucalgary.ca>
parents:
diff changeset
5
00cd99bedf06 Add missing files for the new frontend spell checker
Kelly Wilson <wilsonk cpsc.ucalgary.ca>
parents:
diff changeset
6 void *speller(const char *seed, fp_speller_t fp, void *fparg, const char *charset);
00cd99bedf06 Add missing files for the new frontend spell checker
Kelly Wilson <wilsonk cpsc.ucalgary.ca>
parents:
diff changeset
7