-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rename: Int => Integer, Uint => Unsigned.
In preparation for using Int and Uint as the "I don't care" integer and unsigned types on the current system, distinct from any *specified* integer types, even if they're of the same size and representation: Int ≠ Int64, Uint ≠ Uint64. Discussion: http://groups.google.com/group/julia-dev/browse_thread/thread/a205638e1136eb98
- Loading branch information
1 parent
5bfd67d
commit ae44b3a
Showing
46 changed files
with
478 additions
and
478 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.