Actions
Bug #5604
closedwidec.h should expose ws* under __EXTENSIONS__
Start date:
2015-02-09
Due date:
% Done:
100%
Estimated time:
Difficulty:
Bite-size
Tags:
Gerrit CR:
External Bug:
Description
widec.h hides the ws* functions in a strict standards environment (which is correct). Unfortunately, it doesn't then respect EXTENSIONS, which hurts.
It mostly hurts because of the convoluted compilation environments used by C++ compilers, which dubiously claim to be standard (C), and then try to use EXTENSIONS to get out of it.
Updated by Rich Lowe over 8 years ago
- Subject changed from widec.h should expose ws* under __EXTENSIONS__ to widec.h should expose ws* under __EXTENSIONS__
- Status changed from New to In Progress
- % Done changed from 0 to 90
Updated by Electric Monk over 8 years ago
- Status changed from In Progress to Closed
- % Done changed from 90 to 100
git commit 01fbe6ad23cb7fa68bde22fb8edde979ebfb34da
commit 01fbe6ad23cb7fa68bde22fb8edde979ebfb34da Author: Richard Lowe <richlowe@richlowe.net> Date: 2015-02-13T15:11:44.000Z 5604 widec.h should expose ws* under __EXTENSIONS__ Reviewed by: Dan McDonald <danmcd@omniti.com> Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Garrett D'Amore <garrett@damore.org> Reviewed by: Josef 'Jeff' Sipek <josef.sipek@nexenta.com>
Actions