Closed Bug 442964 Opened 16 years ago Closed 16 years ago

typo in nanojit.h

Categories

(Tamarin Graveyard :: Tracing Virtual Machine, defect)

defect
Not set
trivial

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: habals, Unassigned)

Details

Attachments

(1 file)

User-Agent:       Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; InfoPath.1; MS-RTC LM 8; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)
Build Identifier: 

nanojit.h is wrapped with #ifndef/#endif to prevent including the file multiple times. It has obivous typo and is not doing its purpose, and need to be fixed.

diff -r 5f42458d073e nanojit/nanojit.h
--- a/nanojit/nanojit.h Wed Jun 25 10:50:46 2008 -0700
+++ b/nanojit/nanojit.h Tue Jul 01 10:04:08 2008 -0700
@@ -35,7 +35,7 @@
  *
  * ***** END LICENSE BLOCK ***** */

-#ifndef __nanojit_h_
+#ifndef __nanojit_h__
 #define __nanojit_h__

 #include <stddef.h>

Reproducible: Always

Steps to Reproduce:
1.
2.
3.
Status: UNCONFIRMED → NEW
Ever confirmed: true
Comment on attachment 327707 [details] [diff] [review]
Typo fix in nanojit.h

needs push too
Attachment #327707 - Flags: review?(stejohns)
Comment on attachment 327707 [details] [diff] [review]
Typo fix in nanojit.h

I will slipstream it in my next push and update this bug accordingly
Attachment #327707 - Flags: review?(stejohns) → review+
pushed as changeset:   466:9713363549db
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: