-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
10 changed files
with
888 additions
and
767 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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,13 +3,13 @@ package ron | |
var PUNCT, BITS [128]int8 | ||
|
||
// bit-separator conversions generated by ./sep2bits.pl on | ||
// Wed Nov 22 00:17:01 +05 2017 | ||
// Mon Nov 27 11:41:36 +05 2017 | ||
// from | ||
// commit 66bddac49c77bb364f9baa797ffdce62263f07aa | ||
// commit 5608d24e128dc8023af975f0a613508f579ecbcf | ||
// Author: Victor Grishchenko <[email protected]> | ||
// Date: Tue Nov 14 18:00:37 2017 +0500 | ||
// Date: Sat Nov 25 17:58:34 2017 +0500 | ||
// | ||
// RFC4211 UUID compatibility | ||
// mod frame.AppendXYZ conventions | ||
|
||
const SPEC_KIND = 1 | ||
|
||
|
Oops, something went wrong.