Changeset 152949 in webkit


Ignore:
Timestamp:
Jul 20, 2013 6:45:08 PM (11 years ago)
Author:
Brent Fulgham
Message:

[Windows] Remove unneeded custom stdint.h now that we build on VS2010.
https://bugs.webkit.org/show_bug.cgi?id=118868.

Reviewed by Anders Carlsson.

  • os-win32/stdint.h: Removed.
  • GNUmakefile.list.am: Removed reference to os-win32/stdint.h
Location:
trunk/Source/JavaScriptCore
Files:
1 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/ChangeLog

    r152921 r152949  
     12013-07-20  Brent Fulgham  <bfulgham@apple.com>
     2
     3        [Windows] Remove unneeded custom stdint.h now that we build on VS2010.
     4        https://bugs.webkit.org/show_bug.cgi?id=118868.
     5
     6        Reviewed by Anders Carlsson.
     7
     8        * os-win32/stdint.h: Removed.
     9        * GNUmakefile.list.am: Removed reference to os-win32/stdint.h
     10
    1112013-07-19  Alex Christensen  <achristensen@apple.com>
    212
  • trunk/Source/JavaScriptCore/GNUmakefile.list.am

    r152460 r152949  
    497497        Source/JavaScriptCore/llint/LowLevelInterpreter.h \
    498498        Source/JavaScriptCore/os-win32/stdbool.h \
    499         Source/JavaScriptCore/os-win32/stdint.h \
    500499        Source/JavaScriptCore/parser/ASTBuilder.h \
    501500        Source/JavaScriptCore/parser/Lexer.cpp \
Note: See TracChangeset for help on using the changeset viewer.