Changeset dcad05d5a2d63adc3074d1ff25508a6d703e9878
- Timestamp:
- 07/03/2008 01:48:03 PM
(2 months ago)
- Author:
- Robin Luckey <robin@ohloh.net>
- git-committer:
- Robin Luckey <robin@ohloh.net> 1215118083 -0700
- git-parent:
[acdd405360b96f98fe3ef2aff7d6e54664050056]
- git-author:
- Robin Luckey <robin@ohloh.net> 1215118083 -0700
- Message:
[FIX] 'objective c' parser name should be 'objective_c' to match sloc_info table
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r00f1c3b |
rdcad05d |
|
| 6 | 6 | ext/ohcount_native/*_parser.h |
|---|
| 7 | 7 | !ext/ohcount_native/ragel_* |
|---|
| | 8 | tags |
|---|
| r242cbc6 |
rdcad05d |
|
| 8 | 8 | |
|---|
| 9 | 9 | // the name of the language |
|---|
| 10 | | const char *OBJC_LANG = "objective c"; |
|---|
| | 10 | const char *OBJC_LANG = "objective_c"; |
|---|
| 11 | 11 | |
|---|
| 12 | 12 | // the languages entities |
|---|