diff options
author | Flavio Cruz <flaviocruz@gmail.com> | 2016-03-15 05:06:12 -0400 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2016-03-19 12:34:23 +0100 |
commit | 90963b533e0e8c1dccfcf79afe55d6b0a9c55d79 (patch) | |
tree | 543d2df0b4c97da64ddc8e234db42a1853435686 /README | |
parent | 8023ec242f1442159ba68d793447b9b3dc8db0aa (diff) | |
download | mig-90963b533e0e8c1dccfcf79afe55d6b0a9c55d79.tar.gz mig-90963b533e0e8c1dccfcf79afe55d6b0a9c55d79.tar.bz2 mig-90963b533e0e8c1dccfcf79afe55d6b0a9c55d79.zip |
Simpler lexer regexps of case insensitive keywords.
* lexxer.l: Use (?i) for matching case insensitive keywords.
* README: Fix typo.
Diffstat (limited to 'README')
-rw-r--r-- | README | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,7 +2,7 @@ This is GNU MIG, the GNU distribution of the Mach 3.0 Interface Generator (MIG), <http://www.gnu.org/software/hurd/microkernel/mach/mig/gnu_mig.html>. Welcome. -This tool translates Remore Procedure Call (RPC) definition files to C +This tool translates Remote Procedure Call (RPC) definition files to C code, and is required to compile any packages that are receiving or invoking RPCs, such as GNU Mach, GNU Hurd, and the GNU C Library (glibc) when compiled for the Hurd. |