Skip to content

Commit

Permalink
README: ANSI C -> C99
Browse files Browse the repository at this point in the history
If you try to compile this with a pre-C99 compiler, or a newer compiler in C89 mode, it will choke on the C99 / C++ -style comments, among other things.
  • Loading branch information
cemeyer committed Feb 27, 2014
1 parent 4e50d12 commit 6a693e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
libart [![Build Status](https://travis-ci.org/armon/libart.png)](https://travis-ci.org/armon/libart)
=========

This library provides an ANSI C implementation of the Adaptive Radix
This library provides a C99 implementation of the Adaptive Radix
Tree or ART. The ART operates similar to a traditional radix tree but
avoids the wasted space of internal nodes by changing the node size.
It makes use of 4 node sizes (4, 16, 48, 256), and can guarentee that
Expand Down

0 comments on commit 6a693e6

Please sign in to comment.