mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-01 17:35:34 -04:00
irix build
This commit is contained in:
parent
ea84366328
commit
616893d799
@ -53,7 +53,6 @@ HTTPDate(const string &format) {
|
|||||||
bool got_hour = false;
|
bool got_hour = false;
|
||||||
bool got_minute = false;
|
bool got_minute = false;
|
||||||
bool got_second = false;
|
bool got_second = false;
|
||||||
bool got_timezone = false;
|
|
||||||
|
|
||||||
enum ExpectNext {
|
enum ExpectNext {
|
||||||
EN_none,
|
EN_none,
|
||||||
@ -171,7 +170,6 @@ HTTPDate(const string &format) {
|
|||||||
|
|
||||||
if (!matched && token == "Gmt") {
|
if (!matched && token == "Gmt") {
|
||||||
matched = true;
|
matched = true;
|
||||||
got_timezone = true;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!matched) {
|
if (!matched) {
|
||||||
|
@ -55,7 +55,7 @@ private:
|
|||||||
string _tag;
|
string _tag;
|
||||||
};
|
};
|
||||||
|
|
||||||
INLINE ostream &operator << (ostream &out, const URLSpec &url);
|
INLINE ostream &operator << (ostream &out, const HTTPEntityTag &url);
|
||||||
|
|
||||||
#include "httpEntityTag.I"
|
#include "httpEntityTag.I"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user