You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Mark Hindess (JIRA)" <ji...@apache.org> on 2006/04/05 12:45:46 UTC

[jira] Created: (HARMONY-310) native-src/shared/include/hycomp.h has nested '#if defined' directive

native-src/shared/include/hycomp.h has nested '#if defined' directive
---------------------------------------------------------------------

         Key: HARMONY-310
         URL: http://issues.apache.org/jira/browse/HARMONY-310
     Project: Harmony
        Type: Improvement

  Components: Classlib  
    Reporter: Mark Hindess
    Priority: Trivial


native-src/shared/include/hycomp.h contains an '#if defined(LINUXPPC)' section inside an '#if defined(LINUXPPC)' section which is unnecessary and a confusing.


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Updated: (HARMONY-310) native-src/shared/include/hycomp.h has nested '#if defined' directive

Posted by "Mark Hindess (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/HARMONY-310?page=all ]

Mark Hindess updated HARMONY-310:
---------------------------------

    Attachment: hycomp.h.nested.duplicate.ifdef.diff

Trivial patch.


> native-src/shared/include/hycomp.h has nested '#if defined' directive
> ---------------------------------------------------------------------
>
>          Key: HARMONY-310
>          URL: http://issues.apache.org/jira/browse/HARMONY-310
>      Project: Harmony
>         Type: Improvement

>   Components: Classlib
>     Reporter: Mark Hindess
>     Priority: Trivial
>  Attachments: hycomp.h.nested.duplicate.ifdef.diff
>
> native-src/shared/include/hycomp.h contains an '#if defined(LINUXPPC)' section inside an '#if defined(LINUXPPC)' section which is unnecessary and a confusing.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Assigned: (HARMONY-310) native-src/shared/include/hycomp.h has nested '#if defined' directive

Posted by "Tim Ellison (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/HARMONY-310?page=all ]

Tim Ellison reassigned HARMONY-310:
-----------------------------------

    Assign To: Tim Ellison

> native-src/shared/include/hycomp.h has nested '#if defined' directive
> ---------------------------------------------------------------------
>
>          Key: HARMONY-310
>          URL: http://issues.apache.org/jira/browse/HARMONY-310
>      Project: Harmony
>         Type: Improvement

>   Components: Classlib
>     Reporter: Mark Hindess
>     Assignee: Tim Ellison
>     Priority: Trivial
>  Attachments: hycomp.h.nested.duplicate.ifdef.diff
>
> native-src/shared/include/hycomp.h contains an '#if defined(LINUXPPC)' section inside an '#if defined(LINUXPPC)' section which is unnecessary and a confusing.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Resolved: (HARMONY-310) native-src/shared/include/hycomp.h has nested '#if defined' directive

Posted by "Tim Ellison (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/HARMONY-310?page=all ]
     
Tim Ellison resolved HARMONY-310:
---------------------------------

    Resolution: Fixed

Thanks Mark,

Patch applied to native-src\shared\include\hycomp.h  at repo revision 391753.

Please check that the patch was applied as you expected.


> native-src/shared/include/hycomp.h has nested '#if defined' directive
> ---------------------------------------------------------------------
>
>          Key: HARMONY-310
>          URL: http://issues.apache.org/jira/browse/HARMONY-310
>      Project: Harmony
>         Type: Improvement

>   Components: Classlib
>     Reporter: Mark Hindess
>     Assignee: Tim Ellison
>     Priority: Trivial
>  Attachments: hycomp.h.nested.duplicate.ifdef.diff
>
> native-src/shared/include/hycomp.h contains an '#if defined(LINUXPPC)' section inside an '#if defined(LINUXPPC)' section which is unnecessary and a confusing.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Closed: (HARMONY-310) native-src/shared/include/hycomp.h has nested '#if defined' directive

Posted by "Tim Ellison (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/HARMONY-310?page=all ]
     
Tim Ellison closed HARMONY-310:
-------------------------------


Verified by Mark


> native-src/shared/include/hycomp.h has nested '#if defined' directive
> ---------------------------------------------------------------------
>
>          Key: HARMONY-310
>          URL: http://issues.apache.org/jira/browse/HARMONY-310
>      Project: Harmony
>         Type: Improvement

>   Components: Classlib
>     Reporter: Mark Hindess
>     Assignee: Tim Ellison
>     Priority: Trivial
>  Attachments: hycomp.h.nested.duplicate.ifdef.diff
>
> native-src/shared/include/hycomp.h contains an '#if defined(LINUXPPC)' section inside an '#if defined(LINUXPPC)' section which is unnecessary and a confusing.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Commented: (HARMONY-310) native-src/shared/include/hycomp.h has nested '#if defined' directive

Posted by "Mark Hindess (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/HARMONY-310?page=comments#action_12373423 ] 

Mark Hindess commented on HARMONY-310:
--------------------------------------

Looks good.  Thanks Tim.

> native-src/shared/include/hycomp.h has nested '#if defined' directive
> ---------------------------------------------------------------------
>
>          Key: HARMONY-310
>          URL: http://issues.apache.org/jira/browse/HARMONY-310
>      Project: Harmony
>         Type: Improvement

>   Components: Classlib
>     Reporter: Mark Hindess
>     Assignee: Tim Ellison
>     Priority: Trivial
>  Attachments: hycomp.h.nested.duplicate.ifdef.diff
>
> native-src/shared/include/hycomp.h contains an '#if defined(LINUXPPC)' section inside an '#if defined(LINUXPPC)' section which is unnecessary and a confusing.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira